| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge remote-tracking branch 'origin/pr/230' | Mike Bayer | 2016-03-30 | 1 | -3/+34 |
| |\ |
|
| | * | sqlite: reflect primary key constraint names, fixes #3629 | Diana Clarke | 2016-01-27 | 1 | -3/+34 |
| * | | - Added support for rendering "FULL OUTER JOIN" to both Core and ORM. | Mike Bayer | 2016-03-28 | 1 | -0/+27 |
| * | | - changelog and docs for #3332, fixes #3332 | Mike Bayer | 2016-03-15 | 1 | -23/+24 |
| * | | Merge branch 'master' into pr157 | Mike Bayer | 2016-03-15 | 18 | -1003/+2694 |
| |\ \ |
|
| | * | | - update the mssql autoincrement reflection test to accommodate | Mike Bayer | 2016-02-20 | 1 | -27/+23 |
| | * | | - reworked the way the "select_wraps_for" expression is | Mike Bayer | 2016-02-20 | 1 | -1/+25 |
| | * | | - add missing __backend__ directives for SQL server | Mike Bayer | 2016-02-08 | 2 | -0/+6 |
| | * | | - add missing __backend__ directives so that oracle tests actually run with -... | Mike Bayer | 2016-02-08 | 1 | -0/+17 |
| | * | | - detect "Enterprise" and assume compression stuff isn't available | Mike Bayer | 2016-02-08 | 1 | -0/+6 |
| | * | | - adjust the MultiSchemaTest to handle multiple test_schemas / processes at the | Mike Bayer | 2016-02-08 | 1 | -5/+6 |
| | * | | - adjust to allow dblink tests to work with multiprocess users. | Mike Bayer | 2016-02-08 | 1 | -9/+3 |
| | * | | - test fixes for metadata.enums value now being a list | Mike Bayer | 2016-02-02 | 2 | -24/+20 |
| | * | | - add changelog and migration notes for new Enum features, | Mike Bayer | 2016-02-02 | 1 | -9/+9 |
| | * | | - Fixed issue where inadvertent use of the Python ``__contains__`` | Mike Bayer | 2016-02-02 | 1 | -0/+9 |
| | * | | - The ``sqlalchemy.dialects.postgres`` module, long deprecated, is | Mike Bayer | 2016-01-29 | 1 | -0/+10 |
| | |/ |
|
| | * | - fix array test that was essentially taking a weird guess | Mike Bayer | 2016-01-23 | 1 | -2/+2 |
| | * | - move out match compiler test to test_compiler | Mike Bayer | 2016-01-23 | 2 | -23/+11 |
| | * | - The unsupported Sybase dialect now raises ``NotImplementedError`` | Mike Bayer | 2016-01-20 | 1 | -3/+11 |
| | * | - there was a DATEPART test after all, fix format | Mike Bayer | 2016-01-14 | 1 | -1/+1 |
| | * | - changelog for pr bitbucket:70, fixes #3624 | Mike Bayer | 2016-01-12 | 1 | -0/+12 |
| | * | - Multi-tenancy schema translation for :class:`.Table` objects is added. | Mike Bayer | 2016-01-08 | 1 | -0/+18 |
| | * | - add a few JSON tests specific to MySQL, including basic reflection | Mike Bayer | 2016-01-06 | 1 | -1/+45 |
| | * | - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type provides | Mike Bayer | 2016-01-06 | 1 | -84/+32 |
| | * | - break out mysql/base into modules as it's getting huge with more to come | Mike Bayer | 2016-01-04 | 1 | -1/+2 |
| | * | - An adjustment to the regular expression used to parse MySQL views, | Mike Bayer | 2015-12-22 | 1 | -0/+31 |
| | * | - fix changelog for #3602 | Mike Bayer | 2015-12-08 | 1 | -1/+6 |
| | * | - make this DROP conditional, attempting to isolate why jenkins has | Mike Bayer | 2015-12-08 | 1 | -1/+1 |
| | * | - Fixed bug in MySQL reflection where the "fractional sections portion" | Mike Bayer | 2015-12-07 | 1 | -2/+8 |
| | * | - flake8 test_reflection and rework the type-based tests into | Mike Bayer | 2015-12-07 | 1 | -87/+196 |
| | * | Merge remote-tracking branch 'origin/pr/216' | Mike Bayer | 2015-11-30 | 1 | -0/+16 |
| | |\ |
|
| | | * | - Postgres: Do not prefix table with schema in: "FOR UPDATE of <table>"pr/216 | Diana Clarke | 2015-11-24 | 1 | -0/+16 |
| | * | | Merge remote-tracking branch 'origin/pr/215' | Mike Bayer | 2015-11-30 | 1 | -0/+13 |
| | |\ \ |
|
| | | * | | fix postgresql exclude contraint to check when= against None rather than __bo...pr/215 | aisch | 2015-11-23 | 1 | -0/+13 |
| | | |/ |
|
| | * | | - A descriptive ValueError is now raised in the event that SQL server | Mike Bayer | 2015-11-30 | 1 | -3/+33 |
| | |/ |
|
| | * | - Fixed the ``.python_type`` attribute of :class:`.postgresql.INTERVAL` | Mike Bayer | 2015-11-19 | 1 | -0/+18 |
| | * | - Added support for reflecting the source of materialized views | Mike Bayer | 2015-11-18 | 1 | -0/+10 |
| | * | - extend pullreq github:213 to also include DATETIMEOFFSET and TIME, | Mike Bayer | 2015-11-14 | 1 | -1/+87 |
| | * | Pass precision value to mssql.DATETIME2 when it is 0pr/213 | Jacobo de Vera | 2015-11-13 | 1 | -0/+2 |
| | * | - modernize some very old global-engine tests w/ bad teardowns | Mike Bayer | 2015-10-11 | 1 | -238/+260 |
| | * | - repair flake8 issues | Mike Bayer | 2015-10-11 | 1 | -44/+49 |
| | * | - repair laziness about setting time zone here, which is leaking | Mike Bayer | 2015-10-11 | 1 | -9/+17 |
| | * | - The system by which a :class:`.Column` considers itself to be an | Mike Bayer | 2015-10-07 | 4 | -52/+95 |
| | * | - Fixed bug in Oracle dialect where reflection of tables and other | Mike Bayer | 2015-10-05 | 1 | -0/+26 |
| | * | - limit the search for schemas to not include "temp", which is sort of an imp... | Mike Bayer | 2015-09-28 | 1 | -23/+17 |
| | * | Merge remote-tracking branch 'origin/pr/198' into pr198 | Mike Bayer | 2015-09-28 | 1 | -0/+5 |
| | |\ |
|
| | | * | Support get_schema_names for SQLitepr/198 | Brian Van Klaveren | 2015-09-09 | 1 | -0/+5 |
| | * | | - The ``legacy_schema_aliasing`` flag, introduced in version 1.0.5 | Mike Bayer | 2015-09-19 | 3 | -12/+10 |
| | * | | - The use of a :class:`.postgresql.ARRAY` object that refers | Mike Bayer | 2015-09-19 | 1 | -0/+26 |
| | * | | - The :class:`.TypeDecorator` type extender will now work in conjunction | Mike Bayer | 2015-08-27 | 1 | -0/+28 |