| Commit message (Expand) | Author | Age | Files | Lines |
* | Add SQL Server CI coverage | Mike Bayer | 2017-08-31 | 1 | -52/+6 |
* | Add new sane_rowcount_w_returning flag | Mike Bayer | 2017-08-31 | 1 | -0/+1 |
* | Implement AUTOCOMMIT for pyodbc, pymssql | Mike Bayer | 2017-08-29 | 1 | -0/+14 |
* | Support python3.6 | Mike Bayer | 2017-01-13 | 1 | -1/+1 |
* | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
* | Quote URL tokens with semicolons for pyodbc, adodbapi | Mike Bayer | 2016-11-11 | 1 | -0/+11 |
* | Use SQL Server SERVERPROPERTY for version info w/ pyodbc | Mike Bayer | 2016-10-04 | 1 | -1/+3 |
* | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | - The hostname-based connection format for SQL Server when using | Mike Bayer | 2014-09-03 | 1 | -5/+16 |
* | - Added statement encoding to the "SET IDENTITY_INSERT" | Mike Bayer | 2014-07-14 | 1 | -0/+1 |
* | PEP8 style fixes | Brian Jarrett | 2014-07-13 | 1 | -12/+12 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | - some tweaks to try to help out mssql+pyodbc support a bit, py3k is really | Mike Bayer | 2013-06-03 | 1 | -12/+19 |
* | work through dialects | Mike Bayer | 2013-04-27 | 1 | -16/+13 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -13/+13 |
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
* | just a pep8 pass of lib/sqlalchemy/connectors | Diana Clarke | 2012-11-19 | 1 | -10/+13 |
* | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -5/+5 |
* | - absolute imports in connectors, databases | Mike Bayer | 2012-06-23 | 1 | -2/+2 |
* | - sql | Mike Bayer | 2012-04-01 | 1 | -2/+10 |
* | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
* | - [bug] pyodbc-based dialects now parse the | Mike Bayer | 2011-12-04 | 1 | -0/+17 |
* | - Changes to attempt support of FreeTDS 0.91 with | Mike Bayer | 2011-09-18 | 1 | -1/+9 |
* | - Adjusted the pyodbc dialect such that bound | Mike Bayer | 2011-06-06 | 1 | -4/+10 |
* | - add connection and cursor to is_disconnect(). We aren't using it yet, | Mike Bayer | 2011-02-09 | 1 | -1/+1 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -7/+7 |
* | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -0/+6 |
* | Ridding the world of a few wasteful imports. | Michael Trier | 2010-12-19 | 1 | -1/+0 |
* | - idle 78-char adjustments | Mike Bayer | 2010-07-03 | 1 | -9/+15 |
* | re-split PyODBCNumeric among Sybase and MS-SQL, they can't be shared. | Mike Bayer | 2010-03-19 | 1 | -43/+0 |
* | still poking at numerics | Mike Bayer | 2010-03-19 | 1 | -1/+4 |
* | - the string approach appears to be necessary for large numbers, however. | Mike Bayer | 2010-03-19 | 1 | -38/+26 |
* | switching Decimal treatment in MSSQL to be pyodbc specific, added | Mike Bayer | 2010-03-19 | 1 | -0/+53 |
* | - basic sybase+pyodbc support. in particular this will impact freetds detect... | Mike Bayer | 2010-03-17 | 1 | -0/+24 |
* | mxodbc supports rowcount, just have to snag before the cursor is closed. | Mike Bayer | 2010-02-28 | 1 | -1/+1 |
* | working on pyodbc / mxodbc | Mike Bayer | 2010-02-27 | 1 | -0/+1 |
* | - threadlocal engine wasn't properly closing the connection | Mike Bayer | 2010-02-27 | 1 | -1/+2 |
* | - All pyodbc-dialects now support extra pyodbc-specific | Mike Bayer | 2009-12-18 | 1 | -2/+8 |
* | Corrected problem with a Trusted Connection under MSSQL 2008 native driver. | Michael Trier | 2009-10-05 | 1 | -1/+1 |
* | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -0/+80 |