summaryrefslogtreecommitdiff
path: root/test/dialect/postgresql
Commit message (Expand)AuthorAgeFilesLines
* Add pgcode / sqlstate for asyncpg error messageMike Bayer2021-04-051-0/+24
* unfail test_uuid_array for pg8000Mike Bayer2021-04-031-1/+1
* Merge "Apply quoting to render_derived() names"mike bayer2021-04-011-0/+22
|\
| * Apply quoting to render_derived() namesMike Bayer2021-04-011-0/+22
* | Correct for Variant + ARRAY cases in psycopg2Mike Bayer2021-04-011-7/+26
|/
* 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
* Remove unneeded importMike Bayer2021-03-161-5/+0
* CAST the elements in ARRAYs when using psycopg2Federico Caselli2021-03-152-14/+317
* Fix aggregate_order_by issueGord Thompson2021-03-041-3/+22
* Deprecate and rename schema .copy() methodsGord Thompson2021-02-181-1/+1
* Accept ColumnCollection in update_on_conflict(set_=Gord Thompson2021-02-151-2/+9
* Implement support for functions as FROM with columns clause supportMike Bayer2021-02-031-0/+234
* Use schema._copy_expression() fully in column collection constraintsGord Thompson2021-01-291-0/+59
* Replace with_labels() and apply_labels() in ORM/CoreGord Thompson2021-01-262-7/+14
* Revert "Implement support for functions as FROM with columns clause support"Mike Bayer2021-01-211-230/+0
* Implement support for functions as FROM with columns clause supportMike Bayer2021-01-201-0/+230
* Merge "Disallow non-native psycopg2 Unicode in Python 3; update docs"mike bayer2021-01-191-0/+20
|\
| * Disallow non-native psycopg2 Unicode in Python 3; update docsFederico Caselli2021-01-191-0/+20
* | Merge "``Identity`` implies ``nullable=False``."mike bayer2021-01-171-0/+19
|\ \
| * | ``Identity`` implies ``nullable=False``.Federico Caselli2021-01-161-0/+19
* | | introduce generalized decorator to prevent invalid method callsMike Bayer2021-01-161-0/+21
|/ /
* | run handle error for commit/rollback fail and cancel transactionMike Bayer2021-01-151-32/+103
|/
* update execute() arg formats in modules and testsMike Bayer2021-01-153-70/+107
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-136-661/+569
* remove metadata.bind use from test suiteMike Bayer2021-01-033-388/+306
* Cache asyngpg prepared statementsMike Bayer2021-01-021-0/+182
* Support testing of async drivers without fallback modeFederico Caselli2020-12-301-34/+43
* Emit deprecation warnings for plain text under SessionMike Bayer2020-12-111-1/+1
* correct for "autocommit" deprecation warningMike Bayer2020-12-115-791/+796
* Merge "Don't discard leftovers from surface_selectables"mike bayer2020-11-271-0/+20
|\
| * Don't discard leftovers from surface_selectablesMike Bayer2020-11-261-0/+20
* | Support Column objects in the SET clause for upsertMike Bayer2020-11-232-0/+127
|/
* Support pool.connect() event firing before all elseMike Bayer2020-11-191-0/+50
* Add opsclass to exclusion constraintAlonM2020-11-161-1/+20
* don't check standard_conforming_strings less than server version 8.2Mike Bayer2020-11-131-0/+38
* Convert to autoload_with internallyMike Bayer2020-11-074-97/+122
* Apply underscore naming to several more operatorsjonathan vanasco2020-10-301-2/+2
* Fetch first supportFederico Caselli2020-10-021-0/+84
* Merge "Support for multiple hosts in PostgreSQL connection string"mike bayer2020-09-301-0/+19
|\
| * Support for multiple hosts in PostgreSQL connection stringRamonWill2020-09-231-0/+19
* | Add reflection for Identity columnsFederico Caselli2020-09-281-1/+76
* | upgrade to black 20.8b1Mike Bayer2020-09-284-17/+32
* | Improve Asyncpg json handlingFederico Caselli2020-09-231-13/+79
|/
* Complete deprecation of from_self()Mike Bayer2020-09-181-5/+8
* Create a framework to allow all SQLALCHEMY_WARN_20 to passMike Bayer2020-09-164-68/+59
* Merge "Improve handling of covering indexes"mike bayer2020-09-122-45/+100
|\
| * Improve handling of covering indexesGord Thompson2020-09-122-45/+100
* | Merge "Raname ``mustexit`` to ``must_exist``"mike bayer2020-09-121-1/+1
|\ \