summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/connectors/pyodbc.py
Commit message (Expand)AuthorAgeFilesLines
* - 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