summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mssql/mxodbc.py
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated dialects and driversFederico Caselli2021-10-311-150/+0
* Replace all http:// links to https://Federico Caselli2021-07-041-2/+2
* Default caching to opt-out for 3rd party dialectsMike Bayer2021-04-011-0/+1
* happy new yearMike Bayer2021-01-041-1/+1
* upgrade to black 20.8b1Mike Bayer2020-09-281-2/+1
* Deprecate unsupported dialects and dbapiFederico Caselli2020-04-291-0/+4
* happy new yearMike Bayer2020-01-011-1/+1
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-9/+7
* Run black -l 79 against all source filesMike Bayer2019-01-061-4/+13
* happy new yearMike Bayer2018-01-121-1/+1
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Use new mxODBC 3.3.4 varbinary null symbolSheila Allen2016-05-311-0/+27
* - happy new yearMike Bayer2016-01-291-1/+1
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-4/+4
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - happy new yearMike Bayer2014-01-051-1/+1
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* kill me now, pep8 pass, so closeDiana Clarke2012-11-201-5/+4
* just a pep8 passDiana Clarke2012-11-201-1/+0
* juts a 'expected 2 blank lines' pep8 passDiana Clarke2012-11-191-0/+4
* - rework the sphinx customizations into distinct modulesMike Bayer2012-10-191-16/+6
* finished fixes for mxodbc; need to use at least version 3.2.1Mike Bayer2012-09-211-5/+13
* - fixes for mxODBC, some pyodbcMike Bayer2012-09-021-4/+22
* - more import cleanup for MSSQLMike Bayer2012-08-071-4/+4
* trailing whitespace bonanzaMike Bayer2012-07-281-2/+2
* typoes in lib/sqlalchemy/dialectsDiana Clarke2012-03-171-1/+1
* happy new yearMike Bayer2012-01-041-1/+1
* - whitespace removal bonanzaMike Bayer2011-01-021-2/+2
* - 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-5/+1
* - idle 78-char adjustmentsMike Bayer2010-07-031-18/+26
* documentation updatesMike Bayer2010-03-281-2/+34
* Added module docstring for mssql+mxodbc dialect.Brad Allen2010-03-181-1/+10
* Removed MxNumeric and MxFloat because now the sqlalchemy.types base classes s...Brad Allen2010-03-181-12/+10
* Merged from main tip, and resolved conflicts in mxodbc dialect and connector.Brad Allen2010-03-171-2/+8
|\
| * - added pyodbc for sybase driver.Mike Bayer2010-03-171-3/+8
| |\
| | * - mxodbc can use default execute() callMike Bayer2010-03-161-2/+41
| |/
* | corrected import statements forgotten on prior commitBrad Allen2010-03-161-1/+2
* | Fixes to pass numeric tests; now by default, the mxodbc connector natively re...Brad Allen2010-03-161-0/+8
|/
* Now using pyodbc execution context once again (to pass the test involving ins...Brad Allen2010-03-111-2/+9
* Removed pyodbc execution context, because output inserted is now handled by t...Brad Allen2010-03-081-3/+2
* - the execution sequence pulls all rowcount/last inserted IDMike Bayer2010-02-281-13/+1
* mxodbc supports rowcount, just have to snag before the cursor is closed.Mike Bayer2010-02-281-4/+15
* working on pyodbc / mxodbcMike Bayer2010-02-271-1/+2
* A few cleanups of the mxodbc dialect.Michael Trier2010-02-271-37/+4
* - threadlocal engine wasn't properly closing the connectionMike Bayer2010-02-271-0/+56