| Commit message (Expand) | Author | Age | Files | Lines |
| * | Genericize setinputsizes and support pyodbc | Mike Bayer | 2020-10-16 | 1 | -0/+17 |
| * | Add support for Azure authentication options | Gord Thompson | 2020-09-17 | 1 | -2/+8 |
| * | Remove comment code lines | j00356287 | 2020-07-25 | 1 | -3/+0 |
| * | Fix connection string escaping for mssql+pyodbc | Gord Thompson | 2020-06-04 | 1 | -1/+1 |
| * | Don't emit pyodbc "no driver" warning for empty URL | Mike Bayer | 2020-05-22 | 1 | -1/+2 |
| * | Move supports_sane_rowcount_returning = False to dialect level | Gord Thompson | 2020-05-11 | 1 | -1/+2 |
| * | happy new year | Mike Bayer | 2020-01-01 | 1 | -1/+1 |
| * | happy new year | Mike Bayer | 2019-01-11 | 1 | -1/+1 |
| * | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -3/+2 |
| * | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -38/+39 |
| * | Filter non-integer characters from pyodbc SQL Server version | Mike Bayer | 2018-03-30 | 1 | -2/+3 |
| * | happy new year | Mike Bayer | 2018-01-12 | 1 | -1/+1 |
| * | Add full list of pyodbc error codes for MSSQL | Mike Bayer | 2017-09-28 | 1 | -2/+0 |
| * | 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 |