summaryrefslogtreecommitdiff
path: root/test/dialect/postgresql/test_reflection.py
Commit message (Expand)AuthorAgeFilesLines
* Support Postgresql INTERVAL fields spec/reflectionMike Bayer2017-04-051-1/+59
* Implement comments for tables, columnsFrazer McLean2017-03-171-1/+1
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-2/+2
* Don't set pg autoincrement if type affinity is not IntegerMike Bayer2016-10-201-0/+16
* Support normal /materialized views in PG separatelySebastian Bank2016-06-061-1/+21
* Implemented CHECK constraint reflection for SQLite and PostgreSQLAlex Grönholm2016-06-011-0/+24
* Support "blank" schema when MetaData.schema is setMike Bayer2016-05-181-0/+23
* - test fixes for metadata.enums value now being a listMike Bayer2016-02-021-1/+1
* - Added support for reflecting the source of materialized viewsMike Bayer2015-11-181-0/+10
* - An adjustment to the new Postgresql feature of reflecting storageMike Bayer2015-07-241-0/+1
* Fix typopr/183Pete Hollobon2015-06-221-1/+1
* - for #3455Mike Bayer2015-06-191-21/+36
* Merge remote-tracking branch 'origin/pr/179' into pr179Mike Bayer2015-06-191-0/+39
|\
| * Add reflection of PostgreSQL index access methods (USING clause)pr/179Pete Hollobon2015-06-041-0/+19
| * Add reflection of PostgreSQL index storage optionsPete Hollobon2015-06-041-0/+20
* | - Repaired some typing and test issues related to the pypyMike Bayer2015-06-051-1/+1
|/
* - Fixed bug where updated PG index reflection as a result ofMike Bayer2015-04-011-0/+1
* - The :meth:`.PGDialect.has_table` method will now query againstMike Bayer2014-12-041-0/+12
* - use provide_metadata for new unique constraint / index testsMike Bayer2014-10-041-23/+51
* Reflect unique constraints when reflecting a Table objectJohannes Erdfelt2014-09-171-2/+35
* - repair get_foreign_table_names() for PGInsp/dialect levelpr128Mike Bayer2014-09-171-3/+22
* - the actual round trip requires password authent set up for the user;Mike Bayer2014-09-171-25/+7
* - break out and fix tests for materialized view and foreign tables. foreign ...Mike Bayer2014-09-161-72/+86
* Added documentation. Changed my mind - added get_foreign_table_names() only t...pr/128Rodrigo Menezes2014-09-051-0/+6
* Fixing some pep8s and adding get_foreign_tables.Rodrigo Menezes2014-09-031-6/+11
* Removed all mentions to postgresql_relkindRodrigo Menezes2014-08-261-22/+11
* Merge branch 'master' of https://github.com/rclmenezes/sqlalchemyRodrigo Menezes2014-08-141-0/+66
|\
| * - public method name is get_enums()Mike Bayer2014-08-131-12/+57
| * Public inspector method to load enum listpr/126Ilya Pekelny2014-08-081-0/+21
* | Added support for postgres_relkind.Rodrigo Menezes2014-08-141-1/+101
|/
* - flake8 all of test/dialect/postgresqlMike Bayer2014-07-251-136/+179
* - Fixed regression caused by release 0.8.5 / 0.9.3's compatibilityMike Bayer2014-03-251-1/+1
* - Support has been improved for Postgresql reflection behavior on very oldMike Bayer2014-02-181-3/+5
* - Added :paramref:`.MetaData.reflect.**dialect_kwargs`Mike Bayer2014-02-021-88/+175
* - move this test to PG test_reflectionMike Bayer2013-10-251-0/+65
* - Removed a 128-character truncation from the reflection of theMike Bayer2013-10-181-0/+11
* refactor test suites for postgresql, mssql, mysql into packages.Mike Bayer2013-06-281-0/+460