summaryrefslogtreecommitdiff
path: root/test/dialect/postgresql
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated dialects and driversFederico Caselli2021-10-311-2/+0
* 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
* don't enable "fast insert executemany" for ON CONFLICT etcMike Bayer2021-06-041-0/+29
* Test some complex update cases in the pg dialectFederico Caselli2021-05-271-0/+154
* Update black flak8 and zimportsFederico Caselli2021-05-122-2/+2
* don't cache TypeDecorator by defaultMike Bayer2021-05-063-0/+7
* Merge "Propertly ignore ``Identity`` in MySQL and MariaDb."mike bayer2021-04-291-3/+35
|\
| * Propertly ignore ``Identity`` in MySQL and MariaDb.Federico Caselli2021-04-281-3/+35
* | have SchemaType inherit schema from metadataMike Bayer2021-04-271-0/+64
|/
* 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