summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mssql/base.py
Commit message (Expand)AuthorAgeFilesLines
* ReST fix: missing backtickpr/251Marius Gedminas2016-03-211-1/+1
* - Added basic isolation level support to the SQL Server dialectsMike Bayer2016-03-151-0/+86
* - add notes for pyodbc limitations with rowcount fixes #3675Mike Bayer2016-03-151-0/+34
* - happy new yearMike Bayer2016-01-291-1/+1
* Remove quote on first DATEPART paramaterGuillaume DOUMENC2016-01-121-1/+1
* - A descriptive ValueError is now raised in the event that SQL serverMike Bayer2015-11-301-2/+10
* - extend pullreq github:213 to also include DATETIMEOFFSET and TIME,Mike Bayer2015-11-141-2/+2
* Pass precision value to mssql.DATETIME2 when it is 0pr/213Jacobo de Vera2015-11-131-1/+1
* Update base.pypr/208Peter Demin2015-10-071-1/+1
* - The ``legacy_schema_aliasing`` flag, introduced in version 1.0.5Mike Bayer2015-09-191-67/+37
* - Fixed issue where the SQL Server dialect would reflect a string-Mike Bayer2015-07-301-1/+1
* Update to correct TDS version; FreeTDS only supports up to 7.3. 8.0 is not a ...pr/176Allen, Timothy2015-05-281-2/+6
* - Fixed bug where known boolean values used byMike Bayer2015-05-261-0/+4
* - Added a new dialect flag to the MSSQL dialectMike Bayer2015-05-241-28/+107
* - Fixed a regression that was incorrectly fixed in 1.0.0b4Mike Bayer2015-04-241-1/+0
* - Fixed support for "literal_binds" mode when using limit/offsetMike Bayer2015-04-231-2/+3
* - Turned off the "simple order by" flag on the MSSQL dialect; thisMike Bayer2015-03-241-0/+1
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - rename _select_wrapsMike Bayer2015-03-081-1/+1
* - the change for #918 was of course not nearly that simple.Mike Bayer2015-03-071-1/+2
* - Custom dialects that implement :class:`.GenericTypeCompiler` canMike Bayer2015-01-161-40/+42
* - SQL Server 2012 now recommends VARCHAR(max), NVARCHAR(max),Mike Bayer2014-12-061-9/+96
* cleanup exception handling - use new exception hierarchy (since python 2.5)pr/140ndparker2014-10-021-3/+1
* improve exception vs. exit handlingndparker2014-09-231-0/+2
* - ensure literal_binds works with LIMIT clause, FOR UPDATEMike Bayer2014-09-031-1/+1
* - update some SQL server tests, supportMike Bayer2014-07-221-1/+17
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-192/+223
* - Fixed a regression from 0.9.5 caused by :ticket:`3025` where theMike Bayer2014-07-141-0/+3
* - Added statement encoding to the "SET IDENTITY_INSERT"Mike Bayer2014-07-141-6/+12
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* Merge pull request #98 from abbec/mssql2008-multivalues-insertmike bayer2014-07-061-0/+2
|\
| * - Fixed support for multivalue inserts for MS SQL 2008 since it is actually s...pr/98Albert Cervin2014-06-161-0/+2
* | - write some really complete docs on MSSQL autoincrement, fixes #3094Mike Bayer2014-06-241-10/+132
|/
* - more tests, including backend testsMike Bayer2014-05-161-17/+34
* Use _offset_clause and _limit_clause, which are always Visitable and usually ...Dobes Vandermeer2014-04-251-3/+4
* - Revised the query used to determine the current default schema nameMike Bayer2014-04-171-14/+8
* - implement kwarg validation and type system for dialect-specificMike Bayer2014-01-181-7/+18
* - changelog for pullreq:11Mike Bayer2014-01-181-1/+1
* Bug Fix: Stop generating bad sql if an empty UniqueConstraint() is givendonkopotamus2014-01-171-0/+2
* Support mssql_clustered option on UniqueConstraint (plus docs and test)donkopotamus2014-01-171-4/+29
* Remove support for mssql_clustered on Tabledonkopotamus2014-01-171-15/+5
* Support mssql_clustered option in mssql dialect for both Table and PrimaryKey...donkopotamus2014-01-141-8/+54
* - happy new yearMike Bayer2014-01-051-1/+1
* Fix MSSQL dialects visit_drop_index to use the correct DDLdonkopotamus2013-12-051-5/+3
* - Fixed bug in default compiler plus those of postgresql, mysql, andMike Bayer2013-10-121-1/+1
* - A rework to the way that "quoted" identifiers are handled, in thatMike Bayer2013-08-271-2/+2
* - we dont actually need this unicode cast, on py3k + linux it seems theMike Bayer2013-07-091-7/+1
* - some tweaks to try to help out mssql+pyodbc support a bit, py3k is reallyMike Bayer2013-06-031-0/+1
* merge defaultMike Bayer2013-05-151-0/+6
|\
| * Regression from this ticket caused the unsupported keywordMike Bayer2013-05-151-0/+6