summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mssql
Commit message (Expand)AuthorAgeFilesLines
* Add SQL Server CI coverageMike Bayer2017-08-314-60/+40
* Enable native boolean for SQL ServerMike Bayer2017-08-301-1/+1
* Merge "Join key_constraints on schema as well for SQL server get_fks"mike bayer2017-08-301-0/+1
|\
| * Join key_constraints on schema as well for SQL server get_fksMike Bayer2017-08-301-0/+1
* | Merge "Ignore SQL Server "heap" indexes"mike bayer2017-08-301-1/+1
|\ \
| * | Ignore SQL Server "heap" indexesMike Bayer2017-08-301-1/+1
| |/
* | Add preparer to pymssql that disables percent doublingMike Bayer2017-08-301-1/+12
|/
* Implement AUTOCOMMIT for pyodbc, pymssqlMike Bayer2017-08-292-0/+10
* Add placeholder XML supportMike Bayer2017-05-261-0/+18
* Prevent SQL server isolation level from failingMike Bayer2017-05-221-15/+30
* Recognize brackets, quoted_name in SQL Server schemaMike Bayer2017-04-041-3/+100
* Don't check isolation level prior to SQL Server 2005Mike Bayer2017-01-261-0/+4
* Support python3.6Mike Bayer2017-01-131-2/+2
* update for 2017 copyrightMike Bayer2017-01-048-8/+8
* Don't select lastrowid for inline=TrueMike Bayer2016-12-211-1/+2
* Quote URL tokens with semicolons for pyodbc, adodbapiMike Bayer2016-11-111-1/+8
* Catch DBAPIError instead of ProgrammingError for pyodbc failMike Bayer2016-10-071-2/+3
* Use schema_name() for SQL Server default schemaMike Bayer2016-10-041-10/+6
* Use SQL Server SERVERPROPERTY for version info w/ pyodbcMike Bayer2016-10-042-12/+24
* Add "message 20017" (unexpected EOF from the server) to mssql.Ken Robbins2016-09-191-0/+1
* Spelling fixespr/299Ville Skyttä2016-08-081-1/+1
* - Document how SQL Server does MAX with VARCHAR, NVARCHARMike Bayer2016-07-271-0/+20
* Allow creating explicit non-clustered keys and indexes MS SQL.Saulius Žemaitaitis2016-06-061-12/+39
* Use new mxODBC 3.3.4 varbinary null symbolSheila Allen2016-05-311-0/+27
* Fix label referencing in SQL Server OFFSET logicMike Bayer2016-05-101-1/+5
* Fix pymssql sample URLMike Bayer2016-04-271-1/+1
* 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-152-0/+41
* - happy new yearMike Bayer2016-01-298-8/+8
* Remove quote on first DATEPART paramaterGuillaume DOUMENC2016-01-121-1/+1
* - Added the error "20006: Write to the server failed" to the listMike Bayer2015-11-301-1/+2
* - 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
* - Fixed issue when using :class:`.VARBINARY` type in conjunction withMike Bayer2015-06-221-2/+20
* 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
* - pymssql has PEP249 Binary contructor since 2.1.1pr/166Ramiro Morales2015-04-051-4/+5
* - Turned off the "simple order by" flag on the MSSQL dialect; thisMike Bayer2015-03-241-0/+1
* - add a note that we aren't really doing zxjdbc right now even thoughMike Bayer2015-03-201-0/+2
* - copyright 2015Mike Bayer2015-03-108-8/+8
* - 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