summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/connectors/mxodbc.py
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * - mxodbc can use default execute() callMike Bayer2010-03-161-5/+0
| * adjust mxodbc imports to dialect levelMike Bayer2010-03-151-17/+21
* | Setting default bindmethod to BIND_USING_SQLTYPE, since this should provide b...Brad Allen2010-03-171-1/+1
* | Added decimalformat binding ( I thought this was committed earlier)Brad Allen2010-03-171-0/+1
* | Fixes to pass numeric tests; now by default, the mxodbc connector natively re...Brad Allen2010-03-161-1/+49
* | Added module docstring for mxodbc connectorBrad Allen2010-03-161-0/+12
* | removed junk pdb.set_trace()Brad Allen2010-03-151-1/+0
* | Removed custom do_execute which called cursor.executedirect, after discussion...Brad Allen2010-03-151-3/+1
|/
* merged mainline default branchBrad Allen2010-03-151-4/+3
|\
| * - The visit_pool() method of Dialect is removed, and replaced withMike Bayer2010-03-151-4/+3
* | using executemany instead of executedirect, which passes more tests than with...Brad Allen2010-03-151-5/+3
* | comments explaining temporary hack for using executedirectBrad Allen2010-03-111-8/+1