summaryrefslogtreecommitdiff
path: root/test/dialect/mssql/test_engine.py
Commit message (Expand)AuthorAgeFilesLines
* Turn off pyodbc setinputsizes() by defaultMike Bayer2021-03-161-0/+148
* Fix test that incorrectly used ; as query separatorFederico Caselli2021-02-181-1/+1
* remove metadata.bind use from test suiteMike Bayer2021-01-031-8/+6
* correct for "autocommit" deprecation warningMike Bayer2020-12-111-1/+1
* upgrade to black 20.8b1Mike Bayer2020-09-281-2/+5
* Add support for Azure authentication optionsGord Thompson2020-09-171-0/+20
* Add deprecation warning for mssql legacy_schema_aliasingGord Thompson2020-08-241-13/+0
* Fix connection string escaping for mssql+pyodbcGord Thompson2020-06-041-3/+3
* Fix is_disconnect false positive for mssql+pyodbcGord Thompson2020-06-011-2/+43
* Don't emit pyodbc "no driver" warning for empty URLMike Bayer2020-05-221-0/+7
* Deprecate unsupported dialects and dbapiFederico Caselli2020-04-291-27/+0
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-211-7/+19
* Recognize message 20047 as disconnect event in MSDialect_pymssqlJon Schuff2019-05-151-0/+3
* Commit transaction after SNAPSHOT isolation changeMike Bayer2019-03-081-0/+34
* Post black reformattingMike Bayer2019-01-061-12/+16
* Run black -l 79 against all source filesMike Bayer2019-01-061-143/+224
* Add pyodbc fast_executemanyMike Bayer2018-07-101-0/+36
* Fix UnboundLocalError in mssql during isolation level grabMike Bayer2018-06-251-2/+61
* Filter non-integer characters from pyodbc SQL Server versionMike Bayer2018-03-301-0/+31
* Add full list of pyodbc error codes for MSSQLMike Bayer2017-09-281-0/+29
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-8/+10
* Quote URL tokens with semicolons for pyodbc, adodbapiMike Bayer2016-11-111-1/+44
* - fix this test to not require pyodbc installedMike Bayer2015-06-031-1/+2
* - Fixed bug where known boolean values used byMike Bayer2015-05-261-0/+10
* - SQL Server 2012 now recommends VARCHAR(max), NVARCHAR(max),Mike Bayer2014-12-061-2/+1
* - Fixed the version string detection in the pymssql dialect toMike Bayer2014-09-161-0/+20
* - The hostname-based connection format for SQL Server when usingMike Bayer2014-09-031-6/+20
* Remove terminated connections from the pool.pr/51John Anderson2013-12-161-3/+4
* refactor test suites for postgresql, mssql, mysql into packages.Mike Bayer2013-06-281-0/+154