summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mssql
Commit message (Expand)AuthorAgeFilesLines
* Remove terminated connections from the pool.pr/51John Anderson2013-12-161-0/+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-092-8/+2
* When querying the information schema on SQL Server 2000, removedMike Bayer2013-06-061-2/+15
* - 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-272-7/+6
* | work through dialectsMike Bayer2013-04-272-5/+5
* | - the raw 2to3 runMike Bayer2013-04-274-16/+16
|/
* - this pymssql test needs to be against the pymssql dialectMike Bayer2013-04-181-0/+4
* Merged in sontek/sqlalchemy/add_better_disconnect_checks (pull request #47)Mike Bayer2013-03-291-0/+2
|\
| * cleaned up errors, only check for connection timeout for nowJohn Anderson2013-03-181-3/+2
| * Added disconnect checks for timeout, unable to read, and unable to writeJohn Anderson2013-03-181-0/+3
* | dialects/mssql/pymssql.py: Modify module.Binary to work properly withMarc Abramowitz2013-03-181-1/+1
|/
* - remove all compat items that are pre-2.5 (hooray)Mike Bayer2013-03-091-1/+1
* - 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
|/
* Added a py3K conditional around unnecessary .decode()Mike Bayer2013-01-121-0/+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-018-8/+8
|/
* kill me now, pep8 pass, so closeDiana Clarke2012-11-206-51/+46
* just a pep8 passDiana Clarke2012-11-205-8/+6
* juts a 'expected 2 blank lines' pep8 passDiana Clarke2012-11-197-0/+37
* 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-196-63/+39
* - 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
* finished fixes for mxodbc; need to use at least version 3.2.1Mike Bayer2012-09-212-8/+15
* - fixes for mxODBC, some pyodbcMike Bayer2012-09-023-9/+24
* - get all tests within -w engine + pyodbc:mssql on windows to passMike Bayer2012-09-011-5/+4
* - [bug] Fixed cextension bug whereby theMike Bayer2012-08-221-7/+7
* - [feature] To complement [ticket:2547], typesMike Bayer2012-08-171-20/+11
* - fix concat() operator, testsMike Bayer2012-08-141-4/+4
* - [bug] Fixed compiler bug whereby a givenMike Bayer2012-08-121-4/+5
* - [feature] SQL Server dialect can be givenMike Bayer2012-08-071-71/+86
* - more import cleanup for MSSQLMike Bayer2012-08-076-28/+28
* - another import fixMike Bayer2012-08-071-1/+1
* - fixesMike Bayer2012-08-071-6/+7