summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | Repair _orm_columns() to accommodate text()Mike Bayer2016-05-051-0/+19
|/
* Don't double-process ResultMetaData for BufferedColumnResultProxyMike Bayer2016-04-271-5/+47
* Fix result set handling for case insensitive dupe colsMike Bayer2016-04-211-0/+15
* Merge "Deprecate Mapper.order_by"mike bayer2016-04-1915-61/+111
|\
| * Deprecate Mapper.order_byMike Bayer2016-04-1915-61/+111
* | Rename Query._mapper_zero() to Query._entity_zero()Mike Bayer2016-04-192-6/+7
|/
* Merge "Add raise/raiseload relationship loading strategy"mike bayer2016-04-191-0/+109
|\
| * Add raise/raiseload relationship loading strategyAdrian Moennich2016-04-191-0/+109
* | Propagate hybrid properties / infoMike Bayer2016-04-181-0/+53
* | Honor hybrid property / method docstringsMike Bayer2016-04-182-11/+288
* | - Add support for PostgreSQL with PyGreSQLChristoph Zwerschke2016-04-153-7/+11
|/
* - don't load deferred columns on unexpire for merge with load=False,Diana Clarke2016-04-061-4/+100
* - callcount refresh due to negative indexes change for nocextMike Bayer2016-03-311-247/+299
* - limit this to sqlite for nowMike Bayer2016-03-301-0/+1
* - move all resultproxy tests intio test_resultsetMike Bayer2016-03-302-333/+336