summaryrefslogtreecommitdiff
path: root/test/dialect
Commit message (Expand)AuthorAgeFilesLines
...
* | While parsing for check constraints, ignore newline characters in the check c...Eric Borczuk2020-02-291-0/+37
|/
* Result initial introductionMike Bayer2020-02-212-11/+11
* Deprecate connection branchingMike Bayer2020-02-213-30/+27
* Merge "Replace engine.execute w/ context manager (step1)"mike bayer2020-02-192-14/+23
|\
| * Replace engine.execute w/ context manager (step1)Gord Thompson2020-02-172-14/+23
* | Pass DDLCompiler IdentifierPreparer to visit_ENUMMike Bayer2020-02-172-0/+68
|/
* Further refine fractional seconds datetimeoffset fixtureMike Bayer2020-02-171-8/+15
* Merge "Document new LIMIT/OFFSET support; support subquery ORDER BY"mike bayer2020-02-131-3/+109
|\
| * Document new LIMIT/OFFSET support; support subquery ORDER BYMike Bayer2020-02-131-3/+109
* | Fractional seconds starts at Python 3.7Mike Bayer2020-02-131-1/+1
|/
* Fix handling of None as parameter for a datetimeoffset columnGord Thompson2020-02-101-47/+131
* MSSQL 2014 OFFSET/FETCH syntax supportElkin2020-02-071-0/+23
* Add pyprojectFederico Caselli2020-01-271-4/+4
* Improve regex parsing of CHECK constraints for PostgreSQL.Gord Thompson2020-01-181-3/+21
* Remove jython code, remove all jython / pypy symbolsMike Bayer2020-01-174-37/+3
* Enable F821Mike Bayer2020-01-041-2/+2
* Merge "Fix DATETIMEOFFSET formatting to preserve fractional seconds."mike bayer2020-01-011-1/+1
|\
| * Fix DATETIMEOFFSET formatting to preserve fractional seconds.Gord Thompson2019-12-311-1/+1
* | Fix test failures under WindowsFederico Caselli2019-12-311-31/+35
|/
* Use expanding IN for all literal value IN expressionsMike Bayer2019-12-222-23/+58
* Add DATETIMEOFFSET support for mssql+pyodbcGord Thompson2019-11-291-5/+27
* Merge "Detect PyMySQL connection was killed"mike bayer2019-11-111-0/+28
|\
| * Detect PyMySQL connection was killedMike Bayer2019-11-111-0/+28
* | Add type accessors for JSON indexed/pathed element accessMike Bayer2019-11-111-0/+13
|/
* Interpret empty LIMIT, expression LIMIT correctlyMike Bayer2019-11-091-0/+23
* Support for generated columnsCaselIT2019-11-087-0/+283
* Cache every key in reflection_cacheMike Bayer2019-10-311-0/+11
* Refactor dialect tests for combinationsMike Bayer2019-10-225-1320/+1109
* Implment encoding_errors for cx_oracleMike Bayer2019-10-211-0/+195
* Ensure SQL Server default schema name not interpreted as dot-separated tokensMike Bayer2019-10-171-0/+12
* Use cx_Oracle.FIXED_NCHAR for sqltypes.NCHARMike Bayer2019-10-151-21/+33
* Repair Oracle compat version check; dont warn if failedMike Bayer2019-10-091-0/+106
* Drop right-nested join rewritingMike Bayer2019-10-071-0/+11
* Merge "Change Oracle max_identifier_length to 128"mike bayer2019-10-031-2/+2
|\
| * Change Oracle max_identifier_length to 128Mike Bayer2019-10-021-2/+2
* | Apply quoting to SQL Server _switch_dbMike Bayer2019-10-032-16/+83
|/
* Add max_identifier_length parameter; warn for OracleMike Bayer2019-10-021-0/+2
* Support SQLite URIsMike Bayer2019-09-211-7/+35
* Strip special chars in anonymized bind namesMike Bayer2019-09-051-4/+4
* Render LIMIT/OFFSET conditions after compile on select dialectsMike Bayer2019-08-305-62/+173
* Merge "Label simple column transformations as the column name"mike bayer2019-08-301-1/+1
|\
| * Label simple column transformations as the column nameMike Bayer2019-08-281-1/+1
* | PGDialect.get_check_constraints: Handle "NOT VALID"Bill Finn2019-08-271-2/+27
|/
* Remove erroneous assertion from array._bind_paramMike Bayer2019-08-261-0/+77
* Merge "Reflect PK of referred table if referred columns not present"mike bayer2019-08-191-0/+101
|\
| * Reflect PK of referred table if referred columns not presentMike Bayer2019-08-181-0/+101
* | Revise psycopg2 execute_values approachMike Bayer2019-08-181-15/+163
|/
* Merge "Add new executemany_mode, support for psycopg2.extras.execute_values()"mike bayer2019-08-141-9/+193
|\
| * Add new executemany_mode, support for psycopg2.extras.execute_values()Yuval Dinari2019-08-121-9/+193
* | Add support for try_cast function on sqlalchemy.dialects.mssqlLeonel Atencio2019-08-121-0/+10
|/