summaryrefslogtreecommitdiff
path: root/test/dialect/postgresql
Commit message (Expand)AuthorAgeFilesLines
* Enable uuid for pg8000Mike Bayer2017-08-081-4/+2
* Add quoted_name to pg8000 py_typesMike Bayer2017-08-081-1/+16
* Render ARRAY index embedded between type and COLLATEMike Bayer2017-06-081-0/+23
* Parse for Postgresql version w/ "beta"Mike Bayer2017-06-071-1/+6
* Support autocommit for GRANT and REVOKE on postgresqlJacob Hayes2017-05-091-0/+6
* test / document postgresql_ops against a labeled expressionMike Bayer2017-04-241-0/+26
* Set up base ARRAY to be compatible with postgresql.ARRAY.Mike Bayer2017-04-111-99/+132
* Support Postgresql INTERVAL fields spec/reflectionMike Bayer2017-04-051-1/+59
* ResultProxy won't autoclose connection until state flag is setMike Bayer2017-04-031-0/+29
* Support Postgresql development version numbersSean McCully2017-03-291-1/+4
* Implement comments for tables, columnsFrazer McLean2017-03-171-1/+1
* Allow SchemaType and Variant to work togetherMike Bayer2017-03-071-0/+71
* - add test for inserting PG array w/ NULL, references #3916Mike Bayer2017-02-161-0/+9
* Add new DDL autocommit expressions for PostgresqlMike Bayer2017-02-131-0/+11
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-075-29/+38
* Copy whereclause / using in ExcludeConstraintMike Bayer2017-01-301-0/+24
* Merge "Use full column->type processing for ON CONFLICT SET clause"mike bayer2017-01-132-4/+84
|\
| * Use full column->type processing for ON CONFLICT SET clauseMike Bayer2017-01-132-4/+84
* | Support python3.6Mike Bayer2017-01-131-1/+1
|/
* Allow the value 0 for Postgresql TIME/TIMESTAMP precisionIonuț Ciocîrlan2016-11-231-0/+4
* Add support for server side cursors to mysqldb and pymysqlRoman Podoliaka2016-11-101-133/+0
* Put include_table=True for DO UPDATE..WHERE, but not ON CONFLICTMike Bayer2016-11-072-6/+50
* Don't set pg autoincrement if type affinity is not IntegerMike Bayer2016-10-201-0/+16
* Add a qualifying character to multi INSERT..VALUES parameter namesMike Bayer2016-10-172-0/+56
* spelling: Postgresql -> PostgreSQLVille Skyttä2016-10-081-2/+2
* Change autoincrement compileerror to a warningMike Bayer2016-10-071-33/+48
* Check row for None with implicit returning PK to accommodate ON CONFLICTMike Bayer2016-10-041-12/+97
* Add "eager_parenthesis" late-compilation rule, use w/ PG JSON/HSTOREMike Bayer2016-10-011-7/+20
* Enable include_table for ON CONFLICT whereclausesMike Bayer2016-09-281-6/+22
* Repair PG BIGSERIAL w/ TypeDecorator, VariantMike Bayer2016-07-041-1/+20
* Merge "Add ON CONFLICT support for Postgresql"mike bayer2016-06-142-5/+563
|\
| * Add ON CONFLICT support for PostgresqlRobin Thomas2016-06-142-5/+563
* | Deprecate FromClause.count()Mike Bayer2016-06-141-17/+17
|/
* Support `postgresql_concurrently` on index dropping.Iuri de Silvio2016-06-081-0/+26
* Merge "Support normal /materialized views in PG separately"mike bayer2016-06-081-1/+21
|\
| * Support normal /materialized views in PG separatelySebastian Bank2016-06-061-1/+21
* | 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
* Implemented CHECK constraint reflection for SQLite and PostgreSQLAlex Grönholm2016-06-011-0/+24
* Support "blank" schema when MetaData.schema is setMike Bayer2016-05-181-0/+23
* - Add support for PostgreSQL with PyGreSQLChristoph Zwerschke2016-04-152-5/+9
* - test fixes for metadata.enums value now being a listMike Bayer2016-02-022-24/+20
* - Fixed issue where inadvertent use of the Python ``__contains__``Mike Bayer2016-02-021-0/+9
* - The ``sqlalchemy.dialects.postgres`` module, long deprecated, isMike Bayer2016-01-291-0/+10
* - fix array test that was essentially taking a weird guessMike Bayer2016-01-231-2/+2
* - Multi-tenancy schema translation for :class:`.Table` objects is added.Mike Bayer2016-01-081-0/+18
* - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type providesMike Bayer2016-01-061-84/+32
* 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