summaryrefslogtreecommitdiff
path: root/test/dialect/mssql
Commit message (Expand)AuthorAgeFilesLines
* Deprecate FromClause.count()Mike Bayer2016-06-141-1/+2
* Allow creating explicit non-clustered keys and indexes MS SQL.Saulius Žemaitaitis2016-06-061-0/+38
* Use new mxODBC 3.3.4 varbinary null symbolSheila Allen2016-05-311-1/+3
* Fix label referencing in SQL Server OFFSET logicMike Bayer2016-05-101-0/+25
* - update the mssql autoincrement reflection test to accommodateMike Bayer2016-02-201-27/+23
* - reworked the way the "select_wraps_for" expression isMike Bayer2016-02-201-1/+25
* - add missing __backend__ directives for SQL serverMike Bayer2016-02-082-0/+6
* - there was a DATEPART test after all, fix formatMike Bayer2016-01-141-1/+1
* - changelog for pr bitbucket:70, fixes #3624Mike Bayer2016-01-121-0/+12
* - A descriptive ValueError is now raised in the event that SQL serverMike Bayer2015-11-301-3/+33
* - extend pullreq github:213 to also include DATETIMEOFFSET and TIME,Mike Bayer2015-11-141-1/+87
* Pass precision value to mssql.DATETIME2 when it is 0pr/213Jacobo de Vera2015-11-131-0/+2
* - The ``legacy_schema_aliasing`` flag, introduced in version 1.0.5Mike Bayer2015-09-193-12/+10
* - 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