summaryrefslogtreecommitdiff
path: root/test/dialect/postgresql
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\ \
| * | Raname ``mustexit`` to ``must_exist``Federico Caselli2020-09-031-1/+1
* | | Merge "Reflect mssql/postgresql filtered/partial indexes"mike bayer2020-09-122-3/+59
|\ \ \
| * | | Reflect mssql/postgresql filtered/partial indexesRamonWill2020-09-122-3/+59
* | | | Merge "Update select usage to use the new 1.4 format"mike bayer2020-09-083-122/+80
|\ \ \ \
| * | | | Update select usage to use the new 1.4 formatFederico Caselli2020-09-083-122/+80
| | |_|/ | |/| |
* | | | Fix typo in I0ad6d7a095e49d331618274c40ce75c76afdc7ddFederico Caselli2020-09-081-0/+3
|/ / /
* | | Create connection characteristics API; implement postgresql flagsMike Bayer2020-09-081-0/+106
| |/ |/|
* | Add support for regular expression on supported backend.Federico Caselli2020-08-271-0/+147
* | Merge "Add support for identity columns"mike bayer2020-08-211-0/+15
|\ \ | |/ |/|
| * Add support for identity columnsFederico Caselli2020-08-191-0/+15
* | Merge "normalize execute style for events, 2.0"mike bayer2020-08-201-10/+5
|\ \
| * | normalize execute style for events, 2.0Mike Bayer2020-08-201-10/+5
| |/