| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add placeholder XML support | Mike Bayer | 2017-05-26 | 1 | -0/+18 |
| * | Prevent SQL server isolation level from failing | Mike Bayer | 2017-05-22 | 1 | -15/+30 |
| * | Recognize brackets, quoted_name in SQL Server schema | Mike Bayer | 2017-04-04 | 1 | -3/+100 |
| * | Don't check isolation level prior to SQL Server 2005 | Mike Bayer | 2017-01-26 | 1 | -0/+4 |
| * | Support python3.6 | Mike Bayer | 2017-01-13 | 1 | -2/+2 |
| * | update for 2017 copyright | Mike Bayer | 2017-01-04 | 8 | -8/+8 |
| * | Don't select lastrowid for inline=True | Mike Bayer | 2016-12-21 | 1 | -1/+2 |
| * | Quote URL tokens with semicolons for pyodbc, adodbapi | Mike Bayer | 2016-11-11 | 1 | -1/+8 |
| * | Catch DBAPIError instead of ProgrammingError for pyodbc fail | Mike Bayer | 2016-10-07 | 1 | -2/+3 |
| * | Use schema_name() for SQL Server default schema | Mike Bayer | 2016-10-04 | 1 | -10/+6 |
| * | Use SQL Server SERVERPROPERTY for version info w/ pyodbc | Mike Bayer | 2016-10-04 | 2 | -12/+24 |
| * | Add "message 20017" (unexpected EOF from the server) to mssql. | Ken Robbins | 2016-09-19 | 1 | -0/+1 |
| * | Spelling fixespr/299 | Ville Skyttä | 2016-08-08 | 1 | -1/+1 |
| * | - Document how SQL Server does MAX with VARCHAR, NVARCHAR | Mike Bayer | 2016-07-27 | 1 | -0/+20 |
| * | Allow creating explicit non-clustered keys and indexes MS SQL. | Saulius Žemaitaitis | 2016-06-06 | 1 | -12/+39 |
| * | Use new mxODBC 3.3.4 varbinary null symbol | Sheila Allen | 2016-05-31 | 1 | -0/+27 |
| * | Fix label referencing in SQL Server OFFSET logic | Mike Bayer | 2016-05-10 | 1 | -1/+5 |
| * | Fix pymssql sample URL | Mike Bayer | 2016-04-27 | 1 | -1/+1 |
| * | ReST fix: missing backtickpr/251 | Marius Gedminas | 2016-03-21 | 1 | -1/+1 |
| * | - Added basic isolation level support to the SQL Server dialects | Mike Bayer | 2016-03-15 | 1 | -0/+86 |
| * | - add notes for pyodbc limitations with rowcount fixes #3675 | Mike Bayer | 2016-03-15 | 2 | -0/+41 |
| * | - happy new year | Mike Bayer | 2016-01-29 | 8 | -8/+8 |
| * | Remove quote on first DATEPART paramater | Guillaume DOUMENC | 2016-01-12 | 1 | -1/+1 |
| * | - Added the error "20006: Write to the server failed" to the list | Mike Bayer | 2015-11-30 | 1 | -1/+2 |
| * | - A descriptive ValueError is now raised in the event that SQL server | Mike Bayer | 2015-11-30 | 1 | -2/+10 |
| * | - extend pullreq github:213 to also include DATETIMEOFFSET and TIME, | Mike Bayer | 2015-11-14 | 1 | -2/+2 |
| * | Pass precision value to mssql.DATETIME2 when it is 0pr/213 | Jacobo de Vera | 2015-11-13 | 1 | -1/+1 |
| * | Update base.pypr/208 | Peter Demin | 2015-10-07 | 1 | -1/+1 |
| * | - The ``legacy_schema_aliasing`` flag, introduced in version 1.0.5 | Mike Bayer | 2015-09-19 | 1 | -67/+37 |
| * | - Fixed issue where the SQL Server dialect would reflect a string- | Mike Bayer | 2015-07-30 | 1 | -1/+1 |
| * | - Fixed issue when using :class:`.VARBINARY` type in conjunction with | Mike Bayer | 2015-06-22 | 1 | -2/+20 |
| * | Update to correct TDS version; FreeTDS only supports up to 7.3. 8.0 is not a ...pr/176 | Allen, Timothy | 2015-05-28 | 1 | -2/+6 |
| * | - Fixed bug where known boolean values used by | Mike Bayer | 2015-05-26 | 1 | -0/+4 |
| * | - Added a new dialect flag to the MSSQL dialect | Mike Bayer | 2015-05-24 | 1 | -28/+107 |
| * | - Fixed a regression that was incorrectly fixed in 1.0.0b4 | Mike Bayer | 2015-04-24 | 1 | -1/+0 |
| * | - Fixed support for "literal_binds" mode when using limit/offset | Mike Bayer | 2015-04-23 | 1 | -2/+3 |
| * | - pymssql has PEP249 Binary contructor since 2.1.1pr/166 | Ramiro Morales | 2015-04-05 | 1 | -4/+5 |
| * | - Turned off the "simple order by" flag on the MSSQL dialect; this | Mike Bayer | 2015-03-24 | 1 | -0/+1 |
| * | - add a note that we aren't really doing zxjdbc right now even though | Mike Bayer | 2015-03-20 | 1 | -0/+2 |
| * | - copyright 2015 | Mike Bayer | 2015-03-10 | 8 | -8/+8 |
| * | - rename _select_wraps | Mike Bayer | 2015-03-08 | 1 | -1/+1 |
| * | - the change for #918 was of course not nearly that simple. | Mike Bayer | 2015-03-07 | 1 | -1/+2 |
| * | - Custom dialects that implement :class:`.GenericTypeCompiler` can | Mike Bayer | 2015-01-16 | 1 | -40/+42 |
| * | - SQL Server 2012 now recommends VARCHAR(max), NVARCHAR(max), | Mike Bayer | 2014-12-06 | 1 | -9/+96 |
| * | cleanup exception handling - use new exception hierarchy (since python 2.5)pr/140 | ndparker | 2014-10-02 | 1 | -3/+1 |
| * | improve exception vs. exit handling | ndparker | 2014-09-23 | 1 | -0/+2 |
| * | - Fixed the version string detection in the pymssql dialect to | Mike Bayer | 2014-09-16 | 1 | -1/+1 |
| * | - ensure literal_binds works with LIMIT clause, FOR UPDATE | Mike Bayer | 2014-09-03 | 1 | -1/+1 |
| * | - The hostname-based connection format for SQL Server when using | Mike Bayer | 2014-09-03 | 1 | -53/+34 |
| * | - update some SQL server tests, support | Mike Bayer | 2014-07-22 | 1 | -1/+17 |