summaryrefslogtreecommitdiff
path: root/test/dialect/mssql
Commit message (Expand)AuthorAgeFilesLines
* - fix the postgresql_jsonb requirement to include the 9.4 requirementMike Bayer2015-08-181-3/+1
* - Fixed issue where the SQL Server dialect would reflect a string-Mike Bayer2015-07-301-4/+30
* - Fixed issue when using :class:`.VARBINARY` type in conjunction withMike Bayer2015-06-221-67/+92
* - 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
* - Added a new dialect flag to the MSSQL dialectMike Bayer2015-05-242-41/+171
* - break out binary insert against None, disable for freetds for nowMike Bayer2015-05-241-12/+37
* - autopep8Mike Bayer2015-05-242-234/+270
* - fix some more result_map callsMike Bayer2015-03-082-8/+8
* - the change for #918 was of course not nearly that simple.Mike Bayer2015-03-071-1/+17
* - rework assertsql system, fixes #3293Mike Bayer2015-01-181-15/+61
* - SQL Server 2012 now recommends VARCHAR(max), NVARCHAR(max),Mike Bayer2014-12-063-14/+71
* pep8Mike Bayer2014-12-061-106/+141
* - The :attr:`.Column.key` attribute is now used as the source ofMike Bayer2014-11-101-2/+2
* - 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
* - more tests, including backend testsMike Bayer2014-05-161-6/+6
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-1/+1
* Support mssql_clustered option on UniqueConstraint (plus docs and test)donkopotamus2014-01-171-0/+12
* Remove support for mssql_clustered on Tabledonkopotamus2014-01-171-12/+1
* Support mssql_clustered option in mssql dialect for both Table and PrimaryKey...donkopotamus2014-01-141-0/+22
* - support addition of fails_if()/only_on(), just wraps the decoratorsMike Bayer2014-01-021-1/+2
* Remove terminated connections from the pool.pr/51John Anderson2013-12-161-3/+4
* - changelog + test for pullreq #7, MSSQL dialect for DROP INDEXMike Bayer2013-12-051-0/+11
* - Fixed bug in default compiler plus those of postgresql, mysql, andMike Bayer2013-10-121-0/+10
* refactor test suites for postgresql, mssql, mysql into packages.Mike Bayer2013-06-286-0/+2145