summaryrefslogtreecommitdiff
path: root/test/dialect/mssql/test_engine.py
Commit message (Expand)AuthorAgeFilesLines
* add deterministic imv returning ordering using sentinel columnsMike Bayer2023-04-211-9/+0
* turn off use_insertmanyvalues for SQL ServerMike Bayer2023-04-051-1/+10
* favor fast_executemany over insertmanyvalues when setMike Bayer2023-04-021-1/+4
* Make comment support conditional on fn_listextendedproperty availabilityMike Bayer2023-01-251-0/+71
* disable setinputsizes only for true DBAPI executemanyMike Bayer2022-12-011-61/+68
* Try running pyupgrade on the codeFederico Caselli2022-11-161-2/+0
* implement batched INSERT..VALUES () () for executemanyMike Bayer2022-09-241-1/+3
* catch exception for system_views alsoMike Bayer2022-09-151-3/+30
* Fix Azure Synapse connection errorGord Thompson2022-09-021-1/+19
* Fix 'No transaction found' error on Synapse.Gord Thompson2022-08-021-11/+63
* Change setinputsizes behavior for mssql+pyodbcGord Thompson2022-06-291-5/+4
* mssql login failure if password starts with "{"Gord Thompson2022-05-291-15/+35
* pep-484 for engineMike Bayer2022-03-011-44/+46
* Clean up most py3k compatFederico Caselli2021-11-241-1/+1
* De-emphasize notion of "default driver" (DBAPI)Gord Thompson2021-11-091-12/+13
* 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