summaryrefslogtreecommitdiff
path: root/test/dialect/postgresql
Commit message (Expand)AuthorAgeFilesLines
* [asyncpg] Extract rowcount for SELECT statementsMichael Gorven2023-01-041-0/+5
* expand out Index if passed to "constraint"Mike Bayer2022-12-221-0/+39
* Add MACCADDR8 for PGCompilerasimfarooq52022-12-201-0/+1
* Fix positional compiling bugsFederico Caselli2022-12-011-3/+3
* accommodate NULL format_type()Mike Bayer2022-11-161-0/+17
* establish consistency for RETURNING column labelsMike Bayer2022-11-111-0/+30
* `aggregate_order_by` now supports cache generation.Federico Caselli2022-09-251-0/+33
* repair psycopg2 (and psycopg) multiple hosts formatMike Bayer2022-08-011-12/+110
* Normalize postgresql docs links to point to currentFederico Caselli2022-06-181-1/+1
* add tests to confirm no issue w/ pg json keysMike Bayer2022-06-081-0/+27
* enable pg8000 for 1.29.1 and aboveMike Bayer2022-05-241-7/+19
* render col name in on conflict set clause, not given keyMike Bayer2022-05-151-13/+75
* properly type array element in any() / all()Mike Bayer2022-04-222-24/+50
* Implement UUID.python_typeAlex Grönholm2022-04-211-0/+4
* Fix psycopg2 pre_ping with autocommitFederico Caselli2022-04-131-0/+17
* allow executemany values for ON CONFLICT DO NOTHINGMike Bayer2022-03-311-2/+18
* pop the stack that we pushedMike Bayer2022-03-081-0/+22
* Add compiler support for PostgreSQL "NOT VALID" constraints.Gilbert Gilb's2022-01-261-0/+59
* dont use exception catches for warnings; modernize xdist detectionMike Bayer2022-01-221-1/+2
* restore empty list logic to ARRAY of ENUM parsingMike Bayer2022-01-201-3/+15
* Fixes(#7561) Add support for postgres.UUID literal_binds compilationJosé Duarte2022-01-141-4/+34
* Improve array of enum handling.Federico Caselli2022-01-041-0/+29
* Reflect included columns as dialect_optionsGord Thompson2021-12-271-0/+7
* qualify asyncpg API tests for python 3.8Mike Bayer2021-11-101-0/+1
* change the POSTCOMPILE/ SCHEMA symbols to not conflict w mssql quotingMike Bayer2021-11-091-2/+2
* simplify and publicize the asyncpg JSON(B) codec registrsationMike Bayer2021-11-041-0/+20
* Improve array support on pg8000Federico Caselli2021-10-271-9/+19
* support bind expressions w/ expanding IN; apply to psycopg2Mike Bayer2021-10-151-38/+185
* Handle SSL SYSCALL error: Bad Address in postgresql/pyscopg2Zeke Brechtel2021-10-051-0/+36
* Modernize tests - calling_mapper_directlyGord Thompson2021-09-302-9/+8
* remove declarative warningsMike Bayer2021-09-291-1/+1
* Surface driver connection object when using a proxied dialectFederico Caselli2021-09-171-5/+5
* Fix various lib / test / examples typos (#7017)Kevin Kirsche2021-09-111-1/+1
* ignore and warn for native_enum=False with pg.ENUM datatypeMike Bayer2021-09-101-4/+19
* Qualify server version call in PostgreSQLarredond2021-08-241-0/+48
* fix linter JOIN logic; fix PostgreSQL ARRAY op comparisonMike Bayer2021-08-151-0/+33
* Modernize tests - dml_valuesGord Thompson2021-07-261-36/+47
* Modernize tests - dml_whereclauseGord Thompson2021-07-261-2/+6
* Modernize tests - legacy_selectGord Thompson2021-07-211-1/+1
* Merge "Extract format_constraint truncation rules to ON CONFLICT"mike bayer2021-07-131-0/+26
|\
| * Extract format_constraint truncation rules to ON CONFLICTMike Bayer2021-07-131-0/+26
* | Merge "implement independent CTEs"mike bayer2021-07-121-1/+25
|\ \
| * | implement independent CTEsMike Bayer2021-07-121-1/+25
| |/
* | Merge "Modernize tests - select(whereclause)"mike bayer2021-07-121-63/+91
|\ \
| * | Modernize tests - select(whereclause)Gord Thompson2021-07-041-63/+91
| |/
* | repair schema_translate_map for schema type use casesMike Bayer2021-07-111-0/+48
|/
* Modernize testsGord Thompson2021-07-032-38/+47
* apply quoting to "ON CONSTRAINT" symbolMike Bayer2021-06-301-0/+26
* Add impl property to PostgreSQL / Oracle INTERVAL classMajorDallas2021-06-221-0/+4
* set autocommit for psycopg2 pre-pingMike Bayer2021-06-111-30/+52