summaryrefslogtreecommitdiff
path: root/test/dialect/postgresql/test_compiler.py
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Don't discard leftovers from surface_selectablesMike Bayer2020-11-261-0/+20
* | Support Column objects in the SET clause for upsertMike Bayer2020-11-231-0/+25
|/
* Add opsclass to exclusion constraintAlonM2020-11-161-1/+20
* Fetch first supportFederico Caselli2020-10-021-0/+84
* upgrade to black 20.8b1Mike Bayer2020-09-281-6/+9
* Complete deprecation of from_self()Mike Bayer2020-09-181-5/+8
* Merge "Improve handling of covering indexes"mike bayer2020-09-121-0/+28
|\
| * Improve handling of covering indexesGord Thompson2020-09-121-0/+28
* | Merge "Reflect mssql/postgresql filtered/partial indexes"mike bayer2020-09-121-0/+13
|\ \
| * | Reflect mssql/postgresql filtered/partial indexesRamonWill2020-09-121-0/+13
* | | Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-6/+6
| |/ |/|
* | Add support for regular expression on supported backend.Federico Caselli2020-08-271-0/+147
* | Merge "Add support for identity columns"mike bayer2020-08-211-0/+15
|\ \ | |/ |/|
| * Add support for identity columnsFederico Caselli2020-08-191-0/+15
* | Support data types for CREATE SEQUENCE in PostgreSQLFederico Caselli2020-08-181-0/+16
|/
* Deliver straight BinaryExpr w/ no negate for any() / all()Mike Bayer2020-08-181-0/+21
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-22/+22
* Rename Table.tometadata to to_metadataGord Thompson2020-06-291-1/+1
* Default psycopg2 executemany mode to "values_only"Mike Bayer2020-06-251-1/+2
* Default create_constraint to FalseMike Bayer2020-06-031-1/+4
* Add with_for_update mysql new functionalitiesRobotScribe2020-05-151-0/+66