| Commit message (Expand) | Author | Age | Files | Lines |
| * | Adapt "FOR UPDATE OF" with Oracle limit/offset | Mike Bayer | 2016-07-05 | 1 | -0/+73 |
| * | Repair PG BIGSERIAL w/ TypeDecorator, Variant | Mike Bayer | 2016-07-04 | 1 | -1/+20 |
| * | Disable Enum string validation by default | Mike Bayer | 2016-06-20 | 1 | -1/+3 |
| * | Merge "Add ON CONFLICT support for Postgresql" | mike bayer | 2016-06-14 | 2 | -5/+563 |
| |\ |
|
| | * | Add ON CONFLICT support for Postgresql | Robin Thomas | 2016-06-14 | 2 | -5/+563 |
| * | | Deprecate FromClause.count() | Mike Bayer | 2016-06-14 | 2 | -18/+19 |
| |/ |
|
| * | Support `postgresql_concurrently` on index dropping. | Iuri de Silvio | 2016-06-08 | 1 | -0/+26 |
| * | Merge "Support normal /materialized views in PG separately" | mike bayer | 2016-06-08 | 1 | -1/+21 |
| |\ |
|
| | * | Support normal /materialized views in PG separately | Sebastian Bank | 2016-06-06 | 1 | -1/+21 |
| * | | Add 'FOR NO KEY UPDATE' / 'FOR KEY SHARE' support for Postgresql | Sergey Skopin | 2016-06-08 | 2 | -2/+68 |
| |/ |
|
| * | Add IS (NOT) DISTINCT FROM operators | Sebastian Bank | 2016-06-06 | 1 | -0/+11 |
| * | Allow creating explicit non-clustered keys and indexes MS SQL. | Saulius Žemaitaitis | 2016-06-06 | 1 | -0/+38 |
| * | - further adjustment to accomodate for the "ON" in "NO ACTION" | Mike Bayer | 2016-06-03 | 1 | -2/+10 |
| * | Ensure "options" present for unnamed / unlocatable FK | Mike Bayer | 2016-06-03 | 1 | -11/+43 |
| * | Merge "Add SKIP LOCKED support for Postgresql, Oracle" | mike bayer | 2016-06-03 | 2 | -0/+29 |
| |\ |
|
| | * | Add SKIP LOCKED support for Postgresql, Oracle | Jack Zhou | 2016-06-02 | 2 | -0/+29 |
| * | | Reflect ON DELETE and ON UPDATE for SQLite foreign keys | Michal Petrucha | 2016-06-02 | 1 | -0/+37 |
| |/ |
|
| * | Add postgresql_tablespace option on Index | beenje | 2016-06-01 | 1 | -0/+43 |
| * | Implemented CHECK constraint reflection for SQLite and PostgreSQL | Alex Grönholm | 2016-06-01 | 2 | -0/+39 |
| * | Use new mxODBC 3.3.4 varbinary null symbol | Sheila Allen | 2016-05-31 | 1 | -1/+3 |
| * | Support "blank" schema when MetaData.schema is set | Mike Bayer | 2016-05-18 | 1 | -0/+23 |
| * | Fix label referencing in SQL Server OFFSET logic | Mike Bayer | 2016-05-10 | 1 | -0/+25 |
| * | - Add support for PostgreSQL with PyGreSQL | Christoph Zwerschke | 2016-04-15 | 2 | -5/+9 |
| * | 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 |