summaryrefslogtreecommitdiff
path: root/test/dialect/postgresql/test_compiler.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean up .execute calls in PostgreSQL testsGord Thompson2020-03-311-2/+3
* Convert schema_translate to a post compileMike Bayer2020-03-241-0/+3
* Pass DDLCompiler IdentifierPreparer to visit_ENUMMike Bayer2020-02-171-0/+16
* Support for generated columnsCaselIT2019-11-081-0/+37
* Remove erroneous assertion from array._bind_paramMike Bayer2019-08-261-0/+77
* self_group() for FunctionFilterMike Bayer2019-07-121-0/+15
* Expand joins when calculating PostgreSQL "WITH FOR UPDATE OF"raylu2019-03-211-0/+24
* Remove all remaining text() coercions and ensure identifiers are safeMike Bayer2019-02-061-0/+55
* Post black reformattingMike Bayer2019-01-061-35/+41
* Run black -l 79 against all source filesMike Bayer2019-01-061-843/+1075
* Accept multiple expressions for aggregate_order_by order_byMike Bayer2018-09-251-0/+25
* Propagate **kw in postgresql distinct on compilationMike Bayer2018-08-221-0/+7
* Pass desired array type from pg.array_agg to functions.array_aggMike Bayer2018-08-221-0/+37
* Add support for declarative partitioning in PostgreSQL 10Vsevolod Solovyov2018-03-301-0/+20
* Allow delete where clause to refer multiple tables.inytar2017-12-051-0/+16
* use the stack to get the insert statement in on conflictticket_4074Mike Bayer2017-09-121-0/+24
* test / document postgresql_ops against a labeled expressionMike Bayer2017-04-241-0/+26
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-13/+22
* Copy whereclause / using in ExcludeConstraintMike Bayer2017-01-301-0/+24
* Use full column->type processing for ON CONFLICT SET clauseMike Bayer2017-01-131-3/+44
* Put include_table=True for DO UPDATE..WHERE, but not ON CONFLICTMike Bayer2016-11-071-6/+6
* Add a qualifying character to multi INSERT..VALUES parameter namesMike Bayer2016-10-171-0/+22
* Enable include_table for ON CONFLICT whereclausesMike Bayer2016-09-281-6/+22
* Add ON CONFLICT support for PostgresqlRobin Thomas2016-06-141-5/+251
* Support `postgresql_concurrently` on index dropping.Iuri de Silvio2016-06-081-0/+26
* Add 'FOR NO KEY UPDATE' / 'FOR KEY SHARE' support for PostgresqlSergey Skopin2016-06-081-1/+53
* Add SKIP LOCKED support for Postgresql, OracleJack Zhou2016-06-021-0/+22
* Add postgresql_tablespace option on Indexbeenje2016-06-011-0/+43
* - Multi-tenancy schema translation for :class:`.Table` objects is added.Mike Bayer2016-01-081-0/+18
* Merge remote-tracking branch 'origin/pr/216'Mike Bayer2015-11-301-0/+16
|\
| * - Postgres: Do not prefix table with schema in: "FOR UPDATE of <table>"pr/216Diana Clarke2015-11-241-0/+16
* | fix postgresql exclude contraint to check when= against None rather than __bo...pr/215aisch2015-11-231-0/+13
|/
* - add PG-specific aggregate_order_by(), references #3132Mike Bayer2015-08-271-1/+45
* - Added support for "set-aggregate" functions of the formticket_3516Mike Bayer2015-08-261-1/+1
* - merge of ticket_3499 indexed access branchMike Bayer2015-08-171-2/+2
* - for #3455Mike Bayer2015-06-191-7/+5
* Merge remote-tracking branch 'origin/pr/179' into pr179Mike Bayer2015-06-191-0/+24
|\
| * Add support for PostgreSQL index storage parametersPete Hollobon2015-06-031-0/+24
* | - Repaired the :class:`.ExcludeConstraint` construct to support commonMike Bayer2015-06-161-3/+43
|/