summaryrefslogtreecommitdiff
path: root/test/dialect/mssql/test_compiler.py
Commit message (Expand)AuthorAgeFilesLines
* Recognize brackets, quoted_name in SQL Server schemaMike Bayer2017-04-041-7/+95
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-0/+1
* 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
* Fix label referencing in SQL Server OFFSET logicMike Bayer2016-05-101-0/+25
* - reworked the way the "select_wraps_for" expression isMike Bayer2016-02-201-1/+25
* - there was a DATEPART test after all, fix formatMike Bayer2016-01-141-1/+1
* - The ``legacy_schema_aliasing`` flag, introduced in version 1.0.5Mike Bayer2015-09-191-1/+1
* - Added a new dialect flag to the MSSQL dialectMike Bayer2015-05-241-16/+61
* - autopep8Mike Bayer2015-05-241-117/+140
* - fix some more result_map callsMike Bayer2015-03-081-6/+6
* - the change for #918 was of course not nearly that simple.Mike Bayer2015-03-071-1/+17
* - more tests, including backend testsMike Bayer2014-05-161-6/+6
* 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
* - 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-281-0/+579