summaryrefslogtreecommitdiff
path: root/test/dialect
Commit message (Expand)AuthorAgeFilesLines
...
| * Support multiple dotted sections in mssql schema namesMike Bayer2020-06-012-49/+95
* | Merge "Add support for "real" sequences in mssql"mike bayer2020-06-014-110/+141
|\ \
| * | Add support for "real" sequences in mssqlGord Thompson2020-05-294-110/+141
| |/
* | Fix is_disconnect false positive for mssql+pyodbcGord Thompson2020-06-011-2/+43
|/
* SYBASE: Added offset supportsnowman22020-05-241-8/+15
* Merge "Add with_for_update mysql new functionalities"mike bayer2020-05-233-5/+277
|\
| * Add with_for_update mysql new functionalitiesRobotScribe2020-05-153-5/+277
* | Stop converting mssql datetime.time parameters to datetime.datetimeGord Thompson2020-05-231-0/+46
* | Don't emit pyodbc "no driver" warning for empty URLMike Bayer2020-05-221-0/+7
* | SQLite 3.31 added support for computed column.Federico Caselli2020-05-191-13/+16
* | Use cx_oracle.LONG_STRING /LONG_BINARY for CLOB/BLOBMike Bayer2020-05-081-60/+26
|/
* Deprecate unsupported dialects and dbapiFederico Caselli2020-04-291-27/+0
* Merge "Deprecate ``DISTINCT ON`` when not targeting PostgreSQL"mike bayer2020-04-201-0/+20
|\
| * Deprecate ``DISTINCT ON`` when not targeting PostgreSQLFederico Caselli2020-04-201-0/+20
* | Merge "Support `ARRAY` of `Enum`, `JSON` or `JSONB`"mike bayer2020-04-201-0/+140
|\ \
| * | Support `ARRAY` of `Enum`, `JSON` or `JSONB`Federico Caselli2020-04-201-0/+140
| |/
* | Clean up .execute in test/sql/test_functions.pyGord Thompson2020-04-201-1/+1
|/
* Create initial 2.0 engine implementationMike Bayer2020-04-161-1/+1
* Pass connection to TablesTest.insert_data()Mike Bayer2020-04-155-39/+35
* Remove code deprecated before version 1.1Federico Caselli2020-04-094-52/+54
* Gracefully skip isolation level if no row returnedMike Bayer2020-04-071-0/+26
* Clean up (engine|db).execute for oracleGord Thompson2020-04-062-114/+127
* Merge "Clean up (engine|db).execute for sqlite"mike bayer2020-03-311-44/+46
|\
| * Clean up (engine|db).execute for sqliteGord Thompson2020-03-311-44/+46
* | Merge "Clean up (engine|db).execute for mysql"mike bayer2020-03-311-18/+19
|\ \
| * | Clean up (engine|db).execute for mysqlGord Thompson2020-03-311-18/+19
| |/
* | Merge "Clean up .execute calls in PostgreSQL tests"mike bayer2020-03-315-482/+508
|\ \
| * | Clean up .execute calls in PostgreSQL testsGord Thompson2020-03-315-482/+508
| |/
* | Fix one more db.execute in mssql testGord Thompson2020-03-311-2/+2
|/
* Convert schema_translate to a post compileMike Bayer2020-03-241-0/+3
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-2115-327/+433
* Don't include PG INCLUDE columns as regular index columnsmike bayer2020-03-181-0/+32
* Support inspection of computed columnFederico Caselli2020-03-151-1/+1
* Include schema in all_tab_comments queryMike Bayer2020-03-121-0/+26
* Reflect comments from any table accessible by the current userGord Thompson2020-03-101-0/+5
* Decouple compiler state from DML objects; make cacheableMike Bayer2020-03-062-5/+16
* Render VALUES within composed MySQL on duplicate key expressionsMike Bayer2020-03-042-0/+42
* Merge "Deprecate the databases packages"mike bayer2020-03-026-9/+9
|\
| * Deprecate the databases packagesFederico Caselli2020-02-286-9/+9
* | 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