summaryrefslogtreecommitdiff
path: root/test/dialect
Commit message (Expand)AuthorAgeFilesLines
* Refactor for cx_Oracle version 6oracle_numericMike Bayer2017-09-116-2316/+2431
* Rename MySQL dml.insert().values to .insertedMike Bayer2017-09-082-13/+14
* Add SQL Server CI coverageMike Bayer2017-08-313-31/+37
* Apply percent sign escaping to literal binds, commentsMike Bayer2017-08-251-2/+4
* - this test doesn't work in strict mode, not that importantMike Bayer2017-08-201-0/+1
* Enable uuid for pg8000Mike Bayer2017-08-081-4/+2
* Add quoted_name to pg8000 py_typesMike Bayer2017-08-081-1/+16
* Implement MySQL's ON DUPLICATE KEY UPDATEMichael Doronin2017-07-032-3/+104
* Handle SHOW VARIABLES returning no rowMike Bayer2017-06-161-1/+19
* 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
* Implement get_unique_constraints, get_check_constraints for OracleEloy Felix2017-05-301-0/+8
* Add placeholder XML supportMike Bayer2017-05-261-3/+31
* Remove twophase for cx_Oracle 6.xMike Bayer2017-05-231-0/+25
* Allow metadata.reflect() to recover from unreflectable tablesMike Bayer2017-05-221-0/+31
* Merge "Use regexp to parse cx_oracle version string"mike 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
* Set up base ARRAY to be compatible with postgresql.ARRAY.Mike Bayer2017-04-111-99/+132
* Consider mysql partition options separately from other table optionsMike Bayer2017-04-061-0/+37
* Support Postgresql INTERVAL fields spec/reflectionMike Bayer2017-04-051-1/+59
* Recognize brackets, quoted_name in SQL Server schemaMike Bayer2017-04-041-7/+95
* 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
* 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