summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/connectors/pyodbc.py
Commit message (Expand)AuthorAgeFilesLines
* provide connectionfairy on initializeMike Bayer2021-11-291-8/+10
* Merge "propose emulated setinputsizes embedded in the compiler" into mainmike bayer2021-11-251-5/+6
|\
| * propose emulated setinputsizes embedded in the compilerMike Bayer2021-11-231-5/+6
* | Clean up most py3k compatFederico Caselli2021-11-241-1/+2
|/
* fully support isolation_level parameter in base dialectMike Bayer2021-11-181-0/+3
* removals: all unicode encoding / decodingMike Bayer2021-11-101-8/+1
* Surface driver connection object when using a proxied dialectFederico Caselli2021-09-171-2/+2
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* Turn off pyodbc setinputsizes() by defaultMike Bayer2021-03-161-2/+9
* happy new yearMike Bayer2021-01-041-1/+1
* Genericize setinputsizes and support pyodbcMike Bayer2020-10-161-0/+17
* Add support for Azure authentication optionsGord Thompson2020-09-171-2/+8
* Remove comment code linesj003562872020-07-251-3/+0
* Fix connection string escaping for mssql+pyodbcGord Thompson2020-06-041-1/+1
* Don't emit pyodbc "no driver" warning for empty URLMike Bayer2020-05-221-1/+2
* Move supports_sane_rowcount_returning = False to dialect levelGord Thompson2020-05-111-1/+2
* happy new yearMike Bayer2020-01-011-1/+1
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-3/+2
* Run black -l 79 against all source filesMike Bayer2019-01-061-38/+39
* Filter non-integer characters from pyodbc SQL Server versionMike Bayer2018-03-301-2/+3
* happy new yearMike Bayer2018-01-121-1/+1
* Add full list of pyodbc error codes for MSSQLMike Bayer2017-09-281-2/+0
* 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