summaryrefslogtreecommitdiff
path: root/test/dialect
Commit message (Expand)AuthorAgeFilesLines
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-0821-346/+300
* Rename Table.tometadata to to_metadataGord Thompson2020-06-292-1/+12
* ORM executemany returningMike Bayer2020-06-271-40/+115
* Merge "Default psycopg2 executemany mode to "values_only""mike bayer2020-06-268-244/+232
|\
| * Default psycopg2 executemany mode to "values_only"Mike Bayer2020-06-258-244/+232
* | Use index name to determine if an index is for the PKMike Bayer2020-06-251-0/+79
|/
* Add 'exists' to SQLite's reserved keywordsThodoris Sotiropoulos2020-06-111-0/+1
* Turn on caching everywhere, add loggingMike Bayer2020-06-101-16/+3
* Fix connection string escaping for mssql+pyodbcGord Thompson2020-06-041-3/+3
* Default create_constraint to FalseMike Bayer2020-06-034-7/+47
* Merge "Support multiple dotted sections in mssql schema names"mike bayer2020-06-012-49/+95
|\
| * 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