summaryrefslogtreecommitdiff
path: root/test/dialect/postgresql
Commit message (Expand)AuthorAgeFilesLines
...
* implement PG ranges/multiranges agnosticallyMike Bayer2022-08-052-116/+112
* fixes: #7156 - Adds support for PostgreSQL MultiRange typezeeeeb2022-08-042-4/+494
* ensure RETURNING renders in stringify w/ no server versionMike Bayer2022-08-031-0/+16
* repair psycopg2 (and psycopg) multiple hosts formatMike Bayer2022-08-011-14/+116
* Reflect expression-based indexes on PostgreSQLFederico Caselli2022-07-281-35/+126
* Comments on (named) constraintscheremnov2022-06-291-8/+96
* add more pg ENUM testsMike Bayer2022-06-211-1/+39
* Domain typeDavid Baumgold2022-06-213-100/+473
* Merge "rearchitect reflection for batched performance" into mainFederico Caselli2022-06-183-134/+362
|\
| * rearchitect reflection for batched performanceFederico Caselli2022-06-183-134/+362
* | Normalize postgresql docs links to point to currentFederico Caselli2022-06-171-1/+1
* | implement literal stringification for arraysMike Bayer2022-06-151-0/+20
|/
* add tests to confirm no issue w/ pg json keysMike Bayer2022-06-081-0/+27
* add backend agnostic UUID datatypeMike Bayer2022-06-011-1/+5
* Merge "deprecate .connection on _ConnectionFairy, _ConnectionRecord" into mainmike bayer2022-05-231-1/+1
|\
| * deprecate .connection on _ConnectionFairy, _ConnectionRecordMike Bayer2022-05-221-1/+1
* | use plainto_tsquery for PG matchMike Bayer2022-05-222-11/+55
|/
* 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-21/+44
* 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
* bump black to 22.3.0Mike Bayer2022-03-281-3/+3
* pop the stack that we pushedMike Bayer2022-03-081-0/+22
* pep-484 for engineMike Bayer2022-03-011-10/+10
* Implement generic Double and related fixed typeszeeeeeb2022-02-252-4/+21
* establish mypy / typing approach for v2.0Mike Bayer2022-02-131-2/+1
* 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
* Merge "Fix various source comment/doc typos" into mainmike bayer2022-01-073-3/+3
|\
| * Fix various source comment/doc typosluz paz2021-12-293-3/+3
* | Update Black's target-version to py37Hugo van Kemenade2022-01-054-15/+15
* | Improve array of enum handling.Federico Caselli2022-01-041-0/+29
* | replace Variant with direct feature inside of TypeEngineMike Bayer2021-12-291-17/+25
* | Merge "Reflect included columns as dialect_options" into mainmike bayer2021-12-271-0/+7
|\ \ | |/ |/|
| * Reflect included columns as dialect_optionsGord Thompson2021-12-271-0/+7
* | consider truediv as truediv; support floordiv operatorMike Bayer2021-12-261-1/+1
|/
* Added support for ``psycopg`` dialect.Federico Caselli2021-11-263-47/+278
* Merge "propose emulated setinputsizes embedded in the compiler" into mainmike bayer2021-11-253-172/+376
|\
| * propose emulated setinputsizes embedded in the compilerMike Bayer2021-11-233-172/+376
* | Clean up most py3k compatFederico Caselli2021-11-243-81/+63
|/
* Support lightweight compiler column elements w/ slotsMike Bayer2021-11-221-0/+9
* Remove object in class definitionFederico Caselli2021-11-225-14/+14
* Merge "Deprecate create_engine.implicit_returning" into mainmike bayer2021-11-183-340/+333
|\
| * Deprecate create_engine.implicit_returningjonathan vanasco2021-11-093-340/+333
* | Merge "removals: all unicode encoding / decoding" into mainmike bayer2021-11-112-12/+1
|\ \
| * | removals: all unicode encoding / decodingMike Bayer2021-11-102-12/+1
* | | qualify asyncpg API tests for python 3.8Mike Bayer2021-11-101-0/+1