summaryrefslogtreecommitdiff
path: root/test/dialect/postgresql
Commit message (Expand)AuthorAgeFilesLines
* include create_type in pg.ENUM.adapt; test all attrsMike Bayer2023-05-121-0/+19
* Improve oracle index reflectionFederico Caselli2023-04-281-1/+2
* Merge "Add name_func optional attribute for asyncpg adapter" into mainFederico Caselli2023-04-211-0/+17
|\
| * Add name_func optional attribute for asyncpg adapterPavel Sirotkin2023-04-211-0/+17
* | Add intersection method to Range classYurii Karabas2023-04-141-0/+44
|/
* fix pg ENUM issuesMike Bayer2023-04-081-0/+81
* dont render VARCHAR length for PG castsMike Bayer2023-03-192-39/+60
* Merge "use utc for datetimetz multirange tests" into mainmike bayer2023-03-151-2/+14
|\
| * use utc for datetimetz multirange testsMike Bayer2023-03-141-2/+14
* | Implementation of CITEXT , unittest and documentationJulian David Rath2023-03-151-0/+28
|/
* Fixed issue when copying ExcludeConstraintFederico Caselli2023-03-011-0/+34
* ensure single import per lineMike Bayer2023-02-281-11/+5
* Improve exclude constraint docs and tests.Federico Caselli2023-02-271-6/+19
* ExcludeConstraint literal_compileFederico Caselli2023-02-221-2/+17
* Dedicated bitwise operatorsjazzthief2023-02-061-0/+8
* Merge "Implement missing `#-`, `@?` and `@@` Postgres' JSONB operators." into...mike bayer2023-01-091-0/+31
|\
| * Implement missing `#-`, `@?` and `@@` Postgres' JSONB operators.Guilherme Martins Crocetti2023-01-051-0/+31
* | [asyncpg] Extract rowcount for SELECT statementsMichael Gorven2023-01-041-0/+5
|/
* expand out Index if passed to "constraint"Mike Bayer2022-12-221-0/+39
* check for adapt to same class in AbstractRangeMike Bayer2022-12-211-0/+19
* Merge "Add MACCADDR8 for PGCompiler" into mainmike bayer2022-12-201-0/+1
|\
| * Add MACCADDR8 for PGCompilerasimfarooq52022-12-191-0/+1
* | Merge "add explicit REGCONFIG, pg full text functions" into mainmike bayer2022-12-162-0/+284
|\ \
| * | add explicit REGCONFIG, pg full text functionsMike Bayer2022-12-152-0/+284
| |/
* | Fix equality comparison between a PG Range and a different class instanceLele Gaifax2022-12-151-0/+4
|/
* Merge "Add compatibility properties to Range; implement pep-484" into mainmike bayer2022-12-051-0/+18
|\
| * Add compatibility properties to Range; implement pep-484Lele Gaifax2022-12-051-0/+18
* | Rewrite positional handling, test for "numeric"Federico Caselli2022-12-051-3/+3
|/
* Fix positional compiling bugsFederico Caselli2022-12-011-3/+3
* Merge "Add value-level hooks for SQL type detection; apply to Range" into mainmike bayer2022-11-291-0/+21
|\
| * Add value-level hooks for SQL type detection; apply to RangeLele Gaifax2022-11-291-0/+21
* | Rectify PG Range.__bool__, inverting previous logicLele Gaifax2022-11-271-0/+4
|/
* Merge "Issue #8765: implement missing methods on PG Range" into mainmike bayer2022-11-171-41/+428
|\
| * Issue #8765: implement missing methods on PG RangeLele Gaifax2022-11-151-41/+428
* | Merge "Try running pyupgrade on the code" into mainmike bayer2022-11-176-48/+37
|\ \
| * | Try running pyupgrade on the codeFederico Caselli2022-11-166-48/+37
| |/
* | accommodate NULL format_type()Mike Bayer2022-11-161-0/+31
|/
* add informative exception context for literal renderMike Bayer2022-11-141-2/+3
* establish consistency for RETURNING column labelsMike Bayer2022-11-111-0/+30
* Implement contains_value(), issubset() and issuperset() on PG RangeLele Gaifax2022-11-031-22/+248
* Only convert Range for sqlalchemy Range objectMike Bayer2022-10-211-0/+34
* Revert automatic set of sequence start to 1Federico Caselli2022-10-171-2/+2
* Merge "`aggregate_order_by` now supports cache generation." into mainmike bayer2022-09-261-0/+33
|\
| * `aggregate_order_by` now supports cache generation.Federico Caselli2022-09-251-0/+33
* | implement batched INSERT..VALUES () () for executemanyMike Bayer2022-09-242-427/+26
|/
* auto-cast PG range typesMike Bayer2022-09-201-0/+89
* Improve array_agg and Array processingFederico Caselli2022-09-171-0/+43
* Merge "support create/drop events for all CREATE/DROP" into mainmike bayer2022-08-221-0/+75
|\
| * support create/drop events for all CREATE/DROPMike Bayer2022-08-201-0/+75
* | JSONPATH type can be used in casts in PostgreSQLFederico Caselli2022-08-172-13/+44
|/