summaryrefslogtreecommitdiff
path: root/test/dialect/postgresql
Commit message (Expand)AuthorAgeFilesLines
...
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-232-12/+10
* Post black reformattingMike Bayer2019-01-066-198/+205
* Run black -l 79 against all source filesMike Bayer2019-01-066-3400/+4145
* Handle PostgreSQL enums in remote schemasMike Bayer2018-12-212-32/+120
* Fix PostgreSQL reflection of domains expressed as arraysJakub Synowiec2018-12-011-2/+19
* - get the "now" date for this test in terms of the database to accommodateMike Bayer2018-10-121-2/+2
* Add reflection support for Postgresql partitioned tablesMike Bayer2018-10-011-0/+45
* 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
* Strip quotes from format_type in addition to other charactersMike Bayer2018-08-211-0/+35
* Use base __ne__ implementation for range types w/ NoneMike Bayer2018-04-031-67/+138
* Add postgresl.REGCLASS type for casting table names to OIDs and vice versaSebastian Bank2018-04-031-0/+40
* Add support for declarative partitioning in PostgreSQL 10Vsevolod Solovyov2018-03-301-0/+20
* Add TRUNCATE to postgres autocommit regexpJacob Hayes2017-12-181-0/+3
* Allow delete where clause to refer multiple tables.inytar2017-12-051-0/+16
* Add postgresql.MONEYCleber J Santos2017-11-161-0/+1
* Test for EXCLUDE constraint duplicated indexMike Bayer2017-10-251-1/+33
* Add fast execution helper support.Mike Bayer2017-10-101-1/+82
* PG dialect test fixesMike Bayer2017-10-021-67/+69
* Accomodate for multidimensional array in rewriting for COLLATEMike Bayer2017-09-271-0/+23
* Make a common approach for "emulated" typesMike Bayer2017-09-251-0/+9
* use the stack to get the insert statement in on conflictticket_4074Mike Bayer2017-09-121-0/+24
* 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