summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/connectors/pyodbc.py
Commit message (Expand)AuthorAgeFilesLines
* Add SQL Server CI coverageMike Bayer2017-08-311-52/+6
* Add new sane_rowcount_w_returning flagMike Bayer2017-08-311-0/+1
* Implement AUTOCOMMIT for pyodbc, pymssqlMike Bayer2017-08-291-0/+14
* Support python3.6Mike Bayer2017-01-131-1/+1
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Quote URL tokens with semicolons for pyodbc, adodbapiMike Bayer2016-11-111-0/+11
* Use SQL Server SERVERPROPERTY for version info w/ pyodbcMike Bayer2016-10-041-1/+3
* - happy new yearMike Bayer2016-01-291-1/+1
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - The hostname-based connection format for SQL Server when usingMike Bayer2014-09-031-5/+16
* - Added statement encoding to the "SET IDENTITY_INSERT"Mike Bayer2014-07-141-0/+1
* PEP8 style fixesBrian Jarrett2014-07-131-12/+12
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - happy new yearMike Bayer2014-01-051-1/+1
* - some tweaks to try to help out mssql+pyodbc support a bit, py3k is reallyMike Bayer2013-06-031-12/+19
* work through dialectsMike Bayer2013-04-271-16/+13
* - the raw 2to3 runMike Bayer2013-04-271-13/+13
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* just a pep8 pass of lib/sqlalchemy/connectorsDiana Clarke2012-11-191-10/+13
* -whitespace bonanza, contdMike Bayer2012-07-281-5/+5
* - absolute imports in connectors, databasesMike Bayer2012-06-231-2/+2
* - sqlMike Bayer2012-04-011-2/+10
* happy new yearMike Bayer2012-01-041-1/+1
* - [bug] pyodbc-based dialects now parse theMike Bayer2011-12-041-0/+17
* - Changes to attempt support of FreeTDS 0.91 withMike Bayer2011-09-181-1/+9
* - Adjusted the pyodbc dialect such that boundMike Bayer2011-06-061-4/+10
* - add connection and cursor to is_disconnect(). We aren't using it yet,Mike Bayer2011-02-091-1/+1
* - whitespace removal bonanzaMike Bayer2011-01-021-7/+7
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-0/+6
* Ridding the world of a few wasteful imports.Michael Trier2010-12-191-1/+0
* - idle 78-char adjustmentsMike Bayer2010-07-031-9/+15
* re-split PyODBCNumeric among Sybase and MS-SQL, they can't be shared.Mike Bayer2010-03-191-43/+0
* still poking at numericsMike Bayer2010-03-191-1/+4
* - the string approach appears to be necessary for large numbers, however.Mike Bayer2010-03-191-38/+26
* switching Decimal treatment in MSSQL to be pyodbc specific, addedMike Bayer2010-03-191-0/+53
* - basic sybase+pyodbc support. in particular this will impact freetds detect...Mike Bayer2010-03-171-0/+24
* mxodbc supports rowcount, just have to snag before the cursor is closed.Mike Bayer2010-02-281-1/+1
* working on pyodbc / mxodbcMike Bayer2010-02-271-0/+1
* - threadlocal engine wasn't properly closing the connectionMike Bayer2010-02-271-1/+2
* - All pyodbc-dialects now support extra pyodbc-specificMike Bayer2009-12-181-2/+8
* Corrected problem with a Trusted Connection under MSSQL 2008 native driver.Michael Trier2009-10-051-1/+1
* merge 0.6 series to trunk.Mike Bayer2009-08-061-0/+80