summaryrefslogtreecommitdiff
path: root/test/dialect/postgresql/test_reflection.py
Commit message (Expand)AuthorAgeFilesLines
* Default psycopg2 executemany mode to "values_only"Mike Bayer2020-06-251-2/+2
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-211-55/+56
* Don't include PG INCLUDE columns as regular index columnsmike bayer2020-03-181-0/+32
* Support inspection of computed columnFederico Caselli2020-03-151-1/+1
* Merge "Deprecate the databases packages"mike bayer2020-03-021-4/+4
|\
| * Deprecate the databases packagesFederico Caselli2020-02-281-4/+4
* | While parsing for check constraints, ignore newline characters in the check c...Eric Borczuk2020-02-291-0/+37
|/
* Deprecate connection branchingMike Bayer2020-02-211-5/+4
* Add pyprojectFederico Caselli2020-01-271-4/+4
* Improve regex parsing of CHECK constraints for PostgreSQL.Gord Thompson2020-01-181-3/+21
* Cache every key in reflection_cacheMike Bayer2019-10-311-0/+11
* PGDialect.get_check_constraints: Handle "NOT VALID"Bill Finn2019-08-271-2/+27
* Modernize internal reflectionMike Bayer2019-08-061-5/+5
* Include 'p' for get_indexes() queryMike Bayer2019-07-191-2/+20
* Reflect "NO ACTION" as None; support "RESTRICT"Mike Bayer2019-06-261-7/+1
* Enable F841Mike Bayer2019-06-201-11/+9
* PostgreSQL now reflects per-column sort order on indexes.Eli Collins2019-06-171-0/+77
* PostgreSQL enum with no elements returns NULL for the "label", skip thisMike Bayer2019-05-301-0/+27
* Use pg_get_constraintdef for CHECK constraint reflectionMike Bayer2019-01-241-0/+15
* Post black reformattingMike Bayer2019-01-061-28/+28
* Run black -l 79 against all source filesMike Bayer2019-01-061-624/+826
* Handle PostgreSQL enums in remote schemasMike Bayer2018-12-211-32/+99
* Fix PostgreSQL reflection of domains expressed as arraysJakub Synowiec2018-12-011-2/+19
* Add reflection support for Postgresql partitioned tablesMike Bayer2018-10-011-0/+45
* Strip quotes from format_type in addition to other charactersMike Bayer2018-08-211-0/+35
* Test for EXCLUDE constraint duplicated indexMike Bayer2017-10-251-1/+33
* 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