summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/connectors/mxodbc.py
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated dialects and driversFederico Caselli2021-10-311-166/+0
* Replace all http:// links to https://Federico Caselli2021-07-041-2/+2
* Fix many spell glitches in docstrings and commentsLele Gaifax2021-01-241-1/+1
* happy new yearMike Bayer2021-01-041-1/+1
* upgrade to black 20.8b1Mike Bayer2020-09-281-2/+2
* Deprecate unsupported dialects and dbapiFederico Caselli2020-04-291-0/+12
* happy new yearMike Bayer2020-01-011-1/+1
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-2/+2
* Run black -l 79 against all source filesMike Bayer2019-01-061-18/+21
* PEP8 mxodbc.pyAgam Rafaeli2018-09-241-5/+6
* happy new yearMike Bayer2018-01-121-1/+1
* Support python3.6Mike Bayer2017-01-131-1/+1
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Spelling fixes: "an SQL" -> "a SQL", see #266pr/270Ville Skyttä2016-05-051-1/+1
* - happy new yearMike Bayer2016-01-291-1/+1
* - copyright 2015Mike Bayer2015-03-101-1/+1
* PEP8 style fixesBrian Jarrett2014-07-131-3/+3
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - happy new yearMike Bayer2014-01-051-1/+1
* - the raw 2to3 runMike Bayer2013-04-271-1/+1
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* just a pep8 pass of lib/sqlalchemy/connectorsDiana Clarke2012-11-191-4/+6
* finished fixes for mxodbc; need to use at least version 3.2.1Mike Bayer2012-09-211-14/+5
* - further mxodbc tweaks affecting other test suitesMike Bayer2012-09-021-1/+0
* - leave this out for nowMike Bayer2012-09-021-2/+2
* - fixes for mxODBC, some pyodbcMike Bayer2012-09-021-8/+15
* -whitespace bonanza, contdMike Bayer2012-07-281-1/+1
* - absolute imports in connectors, databasesMike Bayer2012-06-231-1/+1
* happy new yearMike Bayer2012-01-041-1/+1
* - add connection and cursor to is_disconnect(). We aren't using it yet,Mike Bayer2011-02-091-3/+3
* - whitespace removal bonanzaMike Bayer2011-01-021-5/+5
* - 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-3/+0
* - support for cdecimalMike Bayer2010-12-111-1/+1
* - idle 78-char adjustmentsMike Bayer2010-07-031-1/+2
* documentation updatesMike Bayer2010-03-281-0/+1
* mssql+mxodbc should use executedirect for all selects and execute for insert/...Mike Bayer2010-03-261-10/+20
* whitespace tweaksBrad Allen2010-03-201-2/+1
* For cases when mxODBC's cursor.execute can't do the job, raise a warning and ...Brad Allen2010-03-201-1/+8
* now loading mxODBC exception classes into module namespace while still avoidi...Brad Allen2010-03-201-0/+13
* added comment about alternative way to get server version infoBrad Allen2010-03-201-0/+1
* Removed MxNumeric and MxFloat because now the sqlalchemy.types base classes s...Brad Allen2010-03-181-53/+0
* removed mxODBC imports from the module levelBrad Allen2010-03-181-3/+0
* Merged from main tip.Brad Allen2010-03-181-1/+2
|\
| * - moved most Decimal bind/result handling into types.py, out of sqlite, mysql...Mike Bayer2010-03-181-1/+2
* | comments/question about using connection.closed in is_disconnect methodBrad Allen2010-03-181-0/+2
* | Docstring improvements for MxDecimal and MxNumeric result processors.Brad Allen2010-03-181-2/+12
* | eGenix says "It's better to let mxODBC decide which bind type to use."Brad Allen2010-03-181-3/+0
* | Merged from main tip, and resolved conflicts in mxodbc dialect and connector.Brad Allen2010-03-171-16/+19
|\ \ | |/