summaryrefslogtreecommitdiff
path: root/test/dialect
Commit message (Expand)AuthorAgeFilesLines
* Fetch first supportFederico Caselli2020-10-022-14/+322
* Merge "Support for multiple hosts in PostgreSQL connection string"mike bayer2020-09-301-0/+19
|\
| * Support for multiple hosts in PostgreSQL connection stringRamonWill2020-09-231-0/+19
* | Add reflection for Identity columnsFederico Caselli2020-09-285-12/+233
* | upgrade to black 20.8b1Mike Bayer2020-09-2817-65/+173
* | Improve Asyncpg json handlingFederico Caselli2020-09-231-13/+79
|/
* Fix has_table() for mssql temporary tablesGord Thompson2020-09-191-0/+16
* Merge "Complete deprecation of from_self()"mike bayer2020-09-191-5/+8
|\
| * Complete deprecation of from_self()Mike Bayer2020-09-181-5/+8
* | Add support for Azure authentication optionsGord Thompson2020-09-171-0/+20
|/
* Create a framework to allow all SQLALCHEMY_WARN_20 to passMike Bayer2020-09-164-68/+59
* Merge "Correct for SQL Server temp table owner"mike bayer2020-09-161-35/+39
|\
| * Correct for SQL Server temp table ownerMike Bayer2020-09-151-35/+39
* | Remove silent ignore for skip_locked w/ unsupported backendsGord Thompson2020-09-152-11/+35
|/
* Deprecate engine-wise ss cursors; repair mariadbconnectorMike Bayer2020-09-132-5/+28
* Merge "Improve handling of covering indexes"mike bayer2020-09-122-45/+100
|\
| * Improve handling of covering indexesGord Thompson2020-09-122-45/+100
* | Merge "Raname ``mustexit`` to ``must_exist``"mike bayer2020-09-121-1/+1
|\ \
| * | Raname ``mustexit`` to ``must_exist``Federico Caselli2020-09-031-1/+1
* | | Merge "Do not specify type on mssql by default"mike bayer2020-09-122-9/+6
|\ \ \
| * | | Do not specify type on mssql by defaultFederico Caselli2020-09-122-9/+6
* | | | Merge "Reflect mssql/postgresql filtered/partial indexes"mike bayer2020-09-124-3/+96
|\ \ \ \
| * | | | Reflect mssql/postgresql filtered/partial indexesRamonWill2020-09-124-3/+96
* | | | | Merge "Update select usage to use the new 1.4 format"mike bayer2020-09-0810-163/+125
|\ \ \ \ \
| * | | | | Update select usage to use the new 1.4 formatFederico Caselli2020-09-0810-163/+125
| | |_|_|/ | |/| | |
* | | | | Fix typo in I0ad6d7a095e49d331618274c40ce75c76afdc7ddFederico Caselli2020-09-081-0/+3
|/ / / /
* | | | Create connection characteristics API; implement postgresql flagsMike Bayer2020-09-081-0/+106
* | | | Modernize some .execute calls in EnumSetTestGord Thompson2020-09-071-286/+255
* | | | Don't rely on string col name in adapt_to_contextMike Bayer2020-09-061-3/+3
* | | | Revert "Block non-mysqldb / pymysql from testing Enum"Mike Bayer2020-09-051-7/+2
| |_|/ |/| |
* | | Block non-mysqldb / pymysql from testing EnumMike Bayer2020-09-031-2/+7
* | | Improve reflection for mssql temporary tablesGord Thompson2020-09-011-0/+49
* | | Merge "internal test framework files for standardization of is_not/not_in;"mike bayer2020-08-302-4/+4
|\ \ \
| * | | internal test framework files for standardization of is_not/not_in;jonathan vanasco2020-08-292-4/+4
| | |/ | |/|
* | | Emit v2.0 deprecation warning for "implicit autocommit"Gord Thompson2020-08-282-35/+65
* | | Add support for regular expression on supported backend.Federico Caselli2020-08-274-0/+484
* | | Merge "Updates for MariaDB sequences"mike bayer2020-08-251-6/+28
|\ \ \
| * | | Updates for MariaDB sequencesFederico Caselli2020-08-221-6/+28
| |/ /
* | | Add deprecation warning for mssql legacy_schema_aliasingGord Thompson2020-08-243-196/+262
|/ /
* | Merge "Add support for identity columns"mike bayer2020-08-215-93/+298
|\ \ | |/ |/|
| * Add support for identity columnsFederico Caselli2020-08-195-93/+298
* | Merge "normalize execute style for events, 2.0"mike bayer2020-08-201-10/+5
|\ \
| * | normalize execute style for events, 2.0Mike Bayer2020-08-201-10/+5
| |/
* | Merge "Implement DDL visitor for PG ENUM with schema translate support"mike bayer2020-08-191-0/+72
|\ \
| * | Implement DDL visitor for PG ENUM with schema translate supportMike Bayer2020-08-191-0/+72
| |/
* | Merge "Add JSON support for mssql"mike bayer2020-08-191-1/+1
|\ \
| * | Add JSON support for mssqlGord Thompson2020-08-191-1/+1
| |/
* | Support data types for CREATE SEQUENCE in PostgreSQLFederico Caselli2020-08-181-0/+16
|/
* Merge "Deliver straight BinaryExpr w/ no negate for any() / all()"mike bayer2020-08-181-0/+21
|\
| * Deliver straight BinaryExpr w/ no negate for any() / all()Mike Bayer2020-08-181-0/+21