summaryrefslogtreecommitdiff
path: root/test/dialect/postgresql/test_reflection.py
Commit message (Expand)AuthorAgeFilesLines
* Improve oracle index reflectionFederico Caselli2023-04-281-1/+2
* Merge "Try running pyupgrade on the code" into mainmike bayer2022-11-171-32/+28
|\
| * Try running pyupgrade on the codeFederico Caselli2022-11-161-32/+28
* | accommodate NULL format_type()Mike Bayer2022-11-161-0/+31
|/
* Reflect expression-based indexes on PostgreSQLFederico Caselli2022-07-281-35/+126
* Comments on (named) constraintscheremnov2022-06-291-8/+96
* Domain typeDavid Baumgold2022-06-211-3/+123
* Merge "rearchitect reflection for batched performance" into mainFederico Caselli2022-06-181-98/+343
|\
| * rearchitect reflection for batched performanceFederico Caselli2022-06-181-98/+343
* | Normalize postgresql docs links to point to currentFederico Caselli2022-06-171-1/+1
|/
* bump black to 22.3.0Mike Bayer2022-03-281-3/+3
* dont use exception catches for warnings; modernize xdist detectionMike Bayer2022-01-221-1/+2
* Update Black's target-version to py37Hugo van Kemenade2022-01-051-4/+4
* Reflect included columns as dialect_optionsGord Thompson2021-12-271-0/+7
* 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