summaryrefslogtreecommitdiff
path: root/test/dialect/postgresql/test_compiler.py
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Dialect option `postgresql_concurrently` to `Index` construct.Iuri de Silvio2015-02-251-0/+10
* - Fixed bug where Postgresql dialect would fail to render anMike Bayer2015-01-161-1/+53
* - pep8 formatting for pg table opts feature, testsMike Bayer2014-08-231-22/+73
* Correcting options name from withoids to with_oidsMalik Diarra2014-08-171-3/+3
* quoting tablespace name in create table command in postgresql dialectMalik Diarra2014-08-171-0/+5
* Adding oids and on_commit table optionsMalik Diarra2014-08-171-0/+22
* Adding a tablespace options for postgresql create tableMalik Diarra2014-08-171-0/+6
* - Fixed bug in :class:`.postgresql.array` object where comparisonMike Bayer2014-07-251-0/+10
* - flake8 all of test/dialect/postgresqlMike Bayer2014-07-251-134/+151
* - add postgresql_regconfig argument to PG dialect for match() operator,jonathan vanasco2014-07-081-0/+81
* - changelog for #2785Mike Bayer2014-05-161-29/+15
* zero_indexes-param-for-postgresql-ARRAY-typeAlexey Terentev2014-05-131-0/+53
* - Support has been added for pytest to run tests. This runnerMike Bayer2014-03-031-0/+1
* - move additional enum compilation tests to postgresql/test_compiler.pyMike Bayer2013-11-301-1/+25
* - Fixed bug where values within an ENUM weren't escaped for singleMike Bayer2013-11-301-0/+16
* - add support for specifying tables or entities for "of"Mike Bayer2013-11-281-0/+7
* - fix up rendering of "of"Mike Bayer2013-11-281-0/+55
* Parenthesis will be applied to a compound SQL expression asMike Bayer2013-10-121-1/+12
* - Fixed bug in default compiler plus those of postgresql, mysql, andMike Bayer2013-10-121-0/+10
* The behavior of :func:`.extract` has been simplified on theMike Bayer2013-06-281-55/+0
* refactor test suites for postgresql, mssql, mysql into packages.Mike Bayer2013-06-281-0/+589