summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Preserve type for math negationMike Bayer2016-07-011-0/+6
* Merge "Repair pickling for Properties object"mike bayer2016-06-291-0/+35
|\
| * Repair pickling for Properties objectPieter Mulder2016-06-291-0/+35
* | Ensure @compiles calls down to the original compilation schemeMike Bayer2016-06-291-4/+47
|/
* Make boolean processors consistent between Py/C; coerce to 1/0Mike Bayer2016-06-232-0/+110
* Don't reorder PrimaryKeyConstraint columns if explicitMike Bayer2016-06-201-1/+17
* Disable Enum string validation by defaultMike Bayer2016-06-202-7/+68
* Add DDLCompiler.create_table_suffix()Mark Sandan2016-06-161-0/+16
* - dont use id() to test identity as these can be recycledMike Bayer2016-06-151-12/+14
* - flake8Mike Bayer2016-06-151-106/+128
* Add TABLESAMPLE clause support.saarni2016-06-151-0/+54
* Add `sqlalchemy.ext.index` for indexed attributes for ORMJeong YunWon2016-06-152-0/+351
* 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-1418-125/+152
* | Ensure CTE internals are handled during cloneMike Bayer2016-06-101-0/+17
|/
* 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
* | Use the "committed" values when extracting many-to-one lazyload valueMike Bayer2016-06-081-15/+23
* | Merge "Add 'FOR NO KEY UPDATE' / 'FOR KEY SHARE' support for Postgresql"mike bayer2016-06-083-4/+93
|\ \
| * | Add 'FOR NO KEY UPDATE' / 'FOR KEY SHARE' support for PostgresqlSergey Skopin2016-06-083-4/+93
| |/
* | Support range specification in window functionPhillip Cloud2016-06-071-0/+67
|/
* Add "render_nulls" flag to bulk_insert as optional performance optimizationtsauerwein2016-06-061-2/+25
* Add IS (NOT) DISTINCT FROM operatorsSebastian Bank2016-06-062-0/+77
* 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
* Ensure 'options' is always present in foreign key infoMike Bayer2016-06-031-0/+3
* Merge "Add SKIP LOCKED support for Postgresql, Oracle"mike bayer2016-06-033-0/+47
|\
| * Add SKIP LOCKED support for Postgresql, OracleJack Zhou2016-06-023-0/+47
* | Merge "Reflect ON DELETE and ON UPDATE for SQLite foreign keys"mike bayer2016-06-031-0/+37
|\ \
| * | Reflect ON DELETE and ON UPDATE for SQLite foreign keysMichal Petrucha2016-06-021-0/+37
* | | - use a mock here, do away with timing problems for good. need to do thisMike Bayer2016-06-021-12/+18
|/ /
* | Merge "Add schema argument to AutomapBase.prepare()"mike bayer2016-06-021-1/+36
|\ \ | |/ |/|
| * Add schema argument to AutomapBase.prepare()Josh Marlow2016-06-021-1/+36
* | Merge "Skip UniqueConstraint marked by unique=True in tometadata"mike bayer2016-06-021-0/+28
|\ \ | |/ |/|
| * Skip UniqueConstraint marked by unique=True in tometadataMike Bayer2016-06-021-0/+28
* | Add postgresql_tablespace option on Indexbeenje2016-06-011-0/+43
|/
* Implemented CHECK constraint reflection for SQLite and PostgreSQLAlex Grönholm2016-06-014-0/+66
* Use new mxODBC 3.3.4 varbinary null symbolSheila Allen2016-05-311-1/+3
* Merge remote-tracking branch 'origin/pr/270'Mike Bayer2016-05-241-1/+1
|\
| * Spelling fixes: "an SQL" -> "a SQL", see #266pr/270Ville Skyttä2016-05-051-1/+1
* | Support "blank" schema when MetaData.schema is setMike Bayer2016-05-183-1/+52
* | Accommodate "callable" bound param in evaluatorMike Bayer2016-05-161-1/+13
* | Fix formatting on test_evaluatorMike Bayer2016-05-161-10/+16
* | Merge remote-tracking branch 'origin/pr/272'Mike Bayer2016-05-131-1/+1
|\ \
| * | change "psotgresql" to 'postgresql' in decoratorpr/272Mark Sandan2016-05-061-1/+1
* | | Fix label referencing in SQL Server OFFSET logicMike Bayer2016-05-101-0/+25
* | | Check for duplicate calls to register_attribute_implMike Bayer2016-05-101-0/+41
|/ /