summaryrefslogtreecommitdiff
path: root/test/dialect
Commit message (Expand)AuthorAgeFilesLines
* Adapt "FOR UPDATE OF" with Oracle limit/offsetMike Bayer2016-07-051-0/+73
* Repair PG BIGSERIAL w/ TypeDecorator, VariantMike Bayer2016-07-041-1/+20
* Disable Enum string validation by defaultMike Bayer2016-06-201-1/+3
* Merge "Add ON CONFLICT support for Postgresql"mike bayer2016-06-142-5/+563
|\
| * Add ON CONFLICT support for PostgresqlRobin Thomas2016-06-142-5/+563
* | Deprecate FromClause.count()Mike Bayer2016-06-142-18/+19
|/
* Support `postgresql_concurrently` on index dropping.Iuri de Silvio2016-06-081-0/+26
* Merge "Support normal /materialized views in PG separately"mike bayer2016-06-081-1/+21
|\
| * Support normal /materialized views in PG separatelySebastian Bank2016-06-061-1/+21
* | Add 'FOR NO KEY UPDATE' / 'FOR KEY SHARE' support for PostgresqlSergey Skopin2016-06-082-2/+68
|/
* Add IS (NOT) DISTINCT FROM operatorsSebastian Bank2016-06-061-0/+11
* Allow creating explicit non-clustered keys and indexes MS SQL.Saulius Žemaitaitis2016-06-061-0/+38
* - further adjustment to accomodate for the "ON" in "NO ACTION"Mike Bayer2016-06-031-2/+10
* Ensure "options" present for unnamed / unlocatable FKMike Bayer2016-06-031-11/+43
* Merge "Add SKIP LOCKED support for Postgresql, Oracle"mike bayer2016-06-032-0/+29
|\
| * Add SKIP LOCKED support for Postgresql, OracleJack Zhou2016-06-022-0/+29
* | Reflect ON DELETE and ON UPDATE for SQLite foreign keysMichal Petrucha2016-06-021-0/+37
|/
* Add postgresql_tablespace option on Indexbeenje2016-06-011-0/+43
* Implemented CHECK constraint reflection for SQLite and PostgreSQLAlex Grönholm2016-06-012-0/+39
* Use new mxODBC 3.3.4 varbinary null symbolSheila Allen2016-05-311-1/+3
* Support "blank" schema when MetaData.schema is setMike Bayer2016-05-181-0/+23
* Fix label referencing in SQL Server OFFSET logicMike Bayer2016-05-101-0/+25
* - Add support for PostgreSQL with PyGreSQLChristoph Zwerschke2016-04-152-5/+9
* Merge remote-tracking branch 'origin/pr/230'Mike Bayer2016-03-301-3/+34
|\
| * sqlite: reflect primary key constraint names, fixes #3629Diana Clarke2016-01-271-3/+34
* | - Added support for rendering "FULL OUTER JOIN" to both Core and ORM.Mike Bayer2016-03-281-0/+27
* | - changelog and docs for #3332, fixes #3332Mike Bayer2016-03-151-23/+24
* | Merge branch 'master' into pr157Mike Bayer2016-03-1518-1003/+2694
|\ \
| * | - update the mssql autoincrement reflection test to accommodateMike Bayer2016-02-201-27/+23
| * | - reworked the way the "select_wraps_for" expression isMike Bayer2016-02-201-1/+25
| * | - add missing __backend__ directives for SQL serverMike Bayer2016-02-082-0/+6
| * | - add missing __backend__ directives so that oracle tests actually run with -...Mike Bayer2016-02-081-0/+17
| * | - detect "Enterprise" and assume compression stuff isn't availableMike Bayer2016-02-081-0/+6
| * | - adjust the MultiSchemaTest to handle multiple test_schemas / processes at theMike Bayer2016-02-081-5/+6
| * | - adjust to allow dblink tests to work with multiprocess users.Mike Bayer2016-02-081-9/+3
| * | - test fixes for metadata.enums value now being a listMike Bayer2016-02-022-24/+20
| * | - add changelog and migration notes for new Enum features,Mike Bayer2016-02-021-9/+9
| * | - Fixed issue where inadvertent use of the Python ``__contains__``Mike Bayer2016-02-021-0/+9
| * | - The ``sqlalchemy.dialects.postgres`` module, long deprecated, isMike Bayer2016-01-291-0/+10
| |/
| * - fix array test that was essentially taking a weird guessMike Bayer2016-01-231-2/+2
| * - move out match compiler test to test_compilerMike Bayer2016-01-232-23/+11
| * - The unsupported Sybase dialect now raises ``NotImplementedError``Mike Bayer2016-01-201-3/+11
| * - there was a DATEPART test after all, fix formatMike Bayer2016-01-141-1/+1
| * - changelog for pr bitbucket:70, fixes #3624Mike Bayer2016-01-121-0/+12
| * - Multi-tenancy schema translation for :class:`.Table` objects is added.Mike Bayer2016-01-081-0/+18
| * - add a few JSON tests specific to MySQL, including basic reflectionMike Bayer2016-01-061-1/+45
| * - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type providesMike Bayer2016-01-061-84/+32
| * - break out mysql/base into modules as it's getting huge with more to comeMike Bayer2016-01-041-1/+2
| * - An adjustment to the regular expression used to parse MySQL views,Mike Bayer2015-12-221-0/+31
| * - fix changelog for #3602Mike Bayer2015-12-081-1/+6