summaryrefslogtreecommitdiff
path: root/test/dialect/mssql
Commit message (Expand)AuthorAgeFilesLines
...
| * dont qualify literal_binds with literal_executeMike Bayer2021-08-071-0/+17
* | Modernize tests - dml_valuesGord Thompson2021-07-262-14/+23
|/
* Modernize tests - dml_whereclauseGord Thompson2021-07-263-25/+7
* Modernize tests - legacy_selectGord Thompson2021-07-211-1/+7
* Modernize tests - unionGord Thompson2021-07-121-1/+1
* Ensure compiler uses quote_schema hook for translates rendersMike Bayer2021-06-301-12/+44
* apply render_schema_translates to identity insert directivesMike Bayer2021-06-211-0/+21
* don't cache TypeDecorator by defaultMike Bayer2021-05-061-0/+1
* Add .as_generic() support to mssql BIT columnsGord Thompson2021-04-271-0/+29
* Pass all datetime values to pyodbc for timezone-naive columnMike Bayer2021-04-261-0/+34
* Add DateTime(timezone=True) support to mssqlGord Thompson2021-04-201-5/+31
* don't base compilation off the int value of offset/limit part IIMike Bayer2021-04-141-2/+25
* Fix MSSQL / Oracle limit/offset regressionsFederico Caselli2021-03-311-4/+6
* Turn off pyodbc setinputsizes() by defaultMike Bayer2021-03-161-0/+148
* Fix test that incorrectly used ; as query separatorFederico Caselli2021-02-181-1/+1
* Implement support for functions as FROM with columns clause supportMike Bayer2021-02-031-0/+80
* Replace with_labels() and apply_labels() in ORM/CoreGord Thompson2021-01-262-8/+16
* update execute() arg formats in modules and testsMike Bayer2021-01-152-11/+10
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-133-4/+3
* remove more bound metadataMike Bayer2021-01-051-6/+5
* remove metadata.bind use from test suiteMike Bayer2021-01-033-284/+223
* Repair mssql dep tests; have __only_on__ imply __backend__Mike Bayer2020-12-191-3/+4
* Merge "correct for "autocommit" deprecation warning"mike bayer2020-12-114-261/+276
|\
| * correct for "autocommit" deprecation warningMike Bayer2020-12-114-261/+276
* | Fixed compile for mssql dialectGord Thompson2020-12-091-0/+26
|/
* Convert to autoload_with internallyMike Bayer2020-11-072-31/+26
* Fetch first supportFederico Caselli2020-10-021-14/+238
* Add reflection for Identity columnsFederico Caselli2020-09-281-2/+83
* upgrade to black 20.8b1Mike Bayer2020-09-286-24/+61
* Fix has_table() for mssql temporary tablesGord Thompson2020-09-191-0/+16
* Add support for Azure authentication optionsGord Thompson2020-09-171-0/+20
* Correct for SQL Server temp table ownerMike Bayer2020-09-151-35/+39
* 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-122-0/+37
|\ \
| * | Reflect mssql/postgresql filtered/partial indexesRamonWill2020-09-122-0/+37
* | | Update select usage to use the new 1.4 formatFederico Caselli2020-09-082-20/+23
* | | 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-301-2/+2
|\ \ \
| * | | internal test framework files for standardization of is_not/not_in;jonathan vanasco2020-08-291-2/+2
| | |/ | |/|
* | | Emit v2.0 deprecation warning for "implicit autocommit"Gord Thompson2020-08-281-11/+30
* | | Add deprecation warning for mssql legacy_schema_aliasingGord Thompson2020-08-243-196/+262
|/ /
* | Add support for identity columnsFederico Caselli2020-08-193-93/+244
|/
* Genericize str() for typesMike Bayer2020-08-011-2/+7
* Fix mssql dialect escaping object names containing ']'Gord Thompson2020-07-181-3/+16
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-084-46/+46
* Default psycopg2 executemany mode to "values_only"Mike Bayer2020-06-251-3/+3
* Fix connection string escaping for mssql+pyodbcGord Thompson2020-06-041-3/+3
* 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