summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mssql/base.py
Commit message (Expand)AuthorAgeFilesLines
* - 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
* | plugging awayMike Bayer2013-04-271-3/+3
* | work through dialectsMike Bayer2013-04-271-4/+4
* | - the raw 2to3 runMike Bayer2013-04-271-10/+10
|/
* - replace mssql_ordering with generalized #695 solutionMike Bayer2013-01-201-10/+52
* Merged in dharland/sqlalchemy (pull request #35)Mike Bayer2013-01-201-0/+37
|\
| * Add mssql_include option for mssql dialectDerek Harland2013-01-141-0/+10
| * Add mssql_ordering option for mssql dialectDerek Harland2013-01-141-3/+10
| * Add mssql_clustered option for mssql dialectDerek Harland2013-01-141-0/+20
* | :class:`.Index` now supports arbitrary SQL expressions and/orMike Bayer2013-01-161-3/+2
|/
* - changelog for pullreq 32Mike Bayer2013-01-121-124/+10
* Merged in dharland/sqlalchemy (pull request #32: Allow the MSSQL dialect to s...Mike Bayer2013-01-121-12/+11
|\
| * MSSQL Dialect should set sequence columns to be non nullDerek Harland2012-12-041-1/+2
| * Allow the MSSQL dialect to support identity columns that are not part of the ...Derek Harland2012-12-041-11/+9
* | happy new year (see #2645)Diana Clarke2013-01-011-1/+1
|/
* kill me now, pep8 pass, so closeDiana Clarke2012-11-201-40/+36
* just a pep8 passDiana Clarke2012-11-201-2/+1
* juts a 'expected 2 blank lines' pep8 passDiana Clarke2012-11-191-0/+27
* Fixed bug whereby using "key" with ColumnMike Bayer2012-11-131-2/+1
* Support for reflection of the "name" of primary keyMike Bayer2012-11-101-2/+5
* - rework the sphinx customizations into distinct modulesMike Bayer2012-10-191-1/+3
* - move out maxdbMike Bayer2012-10-181-4/+0
* mssql: - [bug] Fixed bug where reflection of primary key constraintMike Bayer2012-09-301-0/+1
* - [bug] Fixed compiler bug whereby using a correlatedMike Bayer2012-09-301-4/+4
* - fixes for mxODBC, some pyodbcMike Bayer2012-09-021-4/+1
* - get all tests within -w engine + pyodbc:mssql on windows to passMike Bayer2012-09-011-5/+4