summaryrefslogtreecommitdiff
path: root/test/dialect/postgresql/test_reflection.py
Commit message (Expand)AuthorAgeFilesLines
* Remove object in class definitionFederico Caselli2021-11-221-2/+2
* Fix various lib / test / examples typos (#7017)Kevin Kirsche2021-09-111-1/+1
* Repair PGInspectorMike Bayer2021-03-311-10/+53
* Refine domain nullable rules for PostgreSQL reflectionMike Bayer2021-03-301-0/+21
* Fixed reflection of identity columns in tablesFederico Caselli2021-03-251-21/+25
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-268/+231
* remove metadata.bind use from test suiteMike Bayer2021-01-031-230/+197
* correct for "autocommit" deprecation warningMike Bayer2020-12-111-88/+92
* Convert to autoload_with internallyMike Bayer2020-11-071-74/+95
* Apply underscore naming to several more operatorsjonathan vanasco2020-10-301-2/+2
* Add reflection for Identity columnsFederico Caselli2020-09-281-1/+76
* upgrade to black 20.8b1Mike Bayer2020-09-281-4/+2
* Create a framework to allow all SQLALCHEMY_WARN_20 to passMike Bayer2020-09-161-1/+1
* Merge "Improve handling of covering indexes"mike bayer2020-09-121-45/+72
|\
| * Improve handling of covering indexesGord Thompson2020-09-121-45/+72
* | Merge "Raname ``mustexit`` to ``must_exist``"mike bayer2020-09-121-1/+1
|\ \
| * | Raname ``mustexit`` to ``must_exist``Federico Caselli2020-09-031-1/+1
| |/
* | Reflect mssql/postgresql filtered/partial indexesRamonWill2020-09-121-3/+46
|/
* 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