summaryrefslogtreecommitdiff
path: root/test/dialect
Commit message (Expand)AuthorAgeFilesLines
* - get the "now" date for this test in terms of the database to accommodateMike Bayer2018-10-121-2/+2
* Add TRUNCATE to postgres autocommit regexpJacob Hayes2017-12-181-0/+3
* Propagate kwargs for mysql concat, matchMike Bayer2017-11-131-1/+17
* Get MariaDB normalized version relative to "MariaDB" tokenMike Bayer2017-10-231-0/+40
* Support pg10Mike Bayer2017-10-031-67/+69
* Support mariadb 10.2Mike Bayer2017-09-291-12/+25
* Add full list of pyodbc error codes for MSSQLMike Bayer2017-09-281-0/+29
* Accomodate for multidimensional array in rewriting for COLLATEMike Bayer2017-09-271-0/+23
* use the stack to get the insert statement in on conflictticket_4074_11Mike Bayer2017-09-121-0/+24
* - this test doesn't work in strict mode, not that importantMike Bayer2017-08-211-0/+1
* Handle SHOW VARIABLES returning no rowMike Bayer2017-06-161-1/+19
* - repair "types" imports in postgresql/test_types, masterMike Bayer2017-06-091-11/+11
* Render ARRAY index embedded between type and COLLATEMike Bayer2017-06-081-0/+23
* Parse for Postgresql version w/ "beta"Mike Bayer2017-06-081-1/+6
* Add placeholder XML supportMike Bayer2017-05-261-3/+31
* Remove twophase for cx_Oracle 6.xMike Bayer2017-05-231-0/+25
* Merge "Use regexp to parse cx_oracle version string" into rel_1_1mike bayer2017-05-091-0/+21
|\
| * Use regexp to parse cx_oracle version stringMike Bayer2017-05-091-0/+21
* | 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
* Remove MySQL UTC_TIMESTAMP ruleMike Bayer2017-04-132-1/+87
* Consider mysql partition options separately from other table optionsMike Bayer2017-04-061-0/+37
* 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
* Repair _execute_scalar for WITH_UNICODE modeMike Bayer2017-03-131-2/+2
* 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
* - limit to MySQL dialectMike Bayer2017-02-131-0/+2
* - pull autocommit suite into the mysql suite as wellMike Bayer2017-02-131-0/+9
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-0722-584/+597
* Copy whereclause / using in ExcludeConstraintMike Bayer2017-01-301-0/+24
* Merge "Parse (but don't record) COMMENT portion of MySQL table key"mike bayer2017-01-171-0/+12
|\
| * Parse (but don't record) COMMENT portion of MySQL table keyLele Long2017-01-171-0/+12
* | Add support for prefixes on CREATE INDEX statements in MySQLJoseph Schorr2017-01-171-0/+8
|/
* 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-132-4/+4
|/
* Allow the value 0 for Postgresql TIME/TIMESTAMP precisionIonuț Ciocîrlan2016-11-231-0/+4
* Port lower case quoted name fix to firebirdMike Bayer2016-11-161-23/+0
* Quote URL tokens with semicolons for pyodbc, adodbapiMike Bayer2016-11-111-1/+44
* 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
* Add check for blank string coming from MySQL's enumMike Bayer2016-10-281-0/+24
* 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-072-48/+76
* 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