summaryrefslogtreecommitdiff
path: root/test/dialect/postgresql/test_compiler.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed issue when copying ExcludeConstraintFederico Caselli2023-03-011-0/+34
* 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
* add explicit REGCONFIG, pg full text functionsMike Bayer2022-12-151-0/+179
* Fix positional compiling bugsFederico Caselli2022-12-011-3/+3
* Add value-level hooks for SQL type detection; apply to RangeLele Gaifax2022-11-291-0/+21
* Try running pyupgrade on the codeFederico Caselli2022-11-161-3/+2
* establish consistency for RETURNING column labelsMike Bayer2022-11-111-0/+30
* Revert automatic set of sequence start to 1Federico Caselli2022-10-171-2/+2
* `aggregate_order_by` now supports cache generation.Federico Caselli2022-09-251-0/+33
* JSONPATH type can be used in casts in PostgreSQLFederico Caselli2022-08-171-0/+14
* ensure RETURNING renders in stringify w/ no server versionMike Bayer2022-08-031-0/+16
* Domain typeDavid Baumgold2022-06-211-1/+75
* use plainto_tsquery for PG matchMike Bayer2022-05-221-5/+36
* 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-221-16/+16
* pop the stack that we pushedMike Bayer2022-03-081-0/+22
* Implement generic Double and related fixed typeszeeeeeb2022-02-251-0/+12
* Add compiler support for PostgreSQL "NOT VALID" constraints.Gilbert Gilb's2022-01-261-0/+59
* consider truediv as truediv; support floordiv operatorMike Bayer2021-12-261-1/+1
* Merge "propose emulated setinputsizes embedded in the compiler" into mainmike bayer2021-11-251-9/+0
|\
| * propose emulated setinputsizes embedded in the compilerMike Bayer2021-11-231-9/+0
* | Clean up most py3k compatFederico Caselli2021-11-241-8/+2
|/
* Support lightweight compiler column elements w/ slotsMike Bayer2021-11-221-0/+9
* Remove object in class definitionFederico Caselli2021-11-221-2/+2
* Deprecate create_engine.implicit_returningjonathan vanasco2021-11-091-24/+1
* Modernize tests - calling_mapper_directlyGord Thompson2021-09-301-4/+5
* fix linter JOIN logic; fix PostgreSQL ARRAY op comparisonMike Bayer2021-08-151-0/+33
* Modernize tests - dml_valuesGord Thompson2021-07-261-36/+47
* 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
|/
* apply quoting to "ON CONSTRAINT" symbolMike Bayer2021-06-301-0/+26
* Test some complex update cases in the pg dialectFederico Caselli2021-05-271-0/+154
* Propertly ignore ``Identity`` in MySQL and MariaDb.Federico Caselli2021-04-281-3/+35
* CAST the elements in ARRAYs when using psycopg2Federico Caselli2021-03-151-14/+46
* Deprecate and rename schema .copy() methodsGord Thompson2021-02-181-1/+1
* 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-261-5/+7
* 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
|/
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-4/+4
* Emit deprecation warnings for plain text under SessionMike Bayer2020-12-111-1/+1
* Merge "Don't discard leftovers from surface_selectables"mike bayer2020-11-271-0/+20
|\