| Commit message (Expand) | Author | Age | Files | Lines |
* | Support python3.6 | Mike Bayer | 2017-01-13 | 1 | -1/+1 |
* | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
* | Spelling fixes: "an SQL" -> "a SQL", see #266pr/270 | Ville Skyttä | 2016-05-05 | 1 | -1/+1 |
* | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | PEP8 style fixes | Brian Jarrett | 2014-07-13 | 1 | -3/+3 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -1/+1 |
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
* | just a pep8 pass of lib/sqlalchemy/connectors | Diana Clarke | 2012-11-19 | 1 | -4/+6 |
* | finished fixes for mxodbc; need to use at least version 3.2.1 | Mike Bayer | 2012-09-21 | 1 | -14/+5 |
* | - further mxodbc tweaks affecting other test suites | Mike Bayer | 2012-09-02 | 1 | -1/+0 |
* | - leave this out for now | Mike Bayer | 2012-09-02 | 1 | -2/+2 |
* | - fixes for mxODBC, some pyodbc | Mike Bayer | 2012-09-02 | 1 | -8/+15 |
* | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -1/+1 |
* | - absolute imports in connectors, databases | Mike Bayer | 2012-06-23 | 1 | -1/+1 |
* | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
* | - add connection and cursor to is_disconnect(). We aren't using it yet, | Mike Bayer | 2011-02-09 | 1 | -3/+3 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -5/+5 |
* | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -0/+6 |
* | Ridding the world of a few wasteful imports. | Michael Trier | 2010-12-19 | 1 | -3/+0 |
* | - support for cdecimal | Mike Bayer | 2010-12-11 | 1 | -1/+1 |
* | - idle 78-char adjustments | Mike Bayer | 2010-07-03 | 1 | -1/+2 |
* | documentation updates | Mike Bayer | 2010-03-28 | 1 | -0/+1 |
* | mssql+mxodbc should use executedirect for all selects and execute for insert/... | Mike Bayer | 2010-03-26 | 1 | -10/+20 |
* | whitespace tweaks | Brad Allen | 2010-03-20 | 1 | -2/+1 |
* | For cases when mxODBC's cursor.execute can't do the job, raise a warning and ... | Brad Allen | 2010-03-20 | 1 | -1/+8 |
* | now loading mxODBC exception classes into module namespace while still avoidi... | Brad Allen | 2010-03-20 | 1 | -0/+13 |
* | added comment about alternative way to get server version info | Brad Allen | 2010-03-20 | 1 | -0/+1 |
* | Removed MxNumeric and MxFloat because now the sqlalchemy.types base classes s... | Brad Allen | 2010-03-18 | 1 | -53/+0 |
* | removed mxODBC imports from the module level | Brad Allen | 2010-03-18 | 1 | -3/+0 |
* | Merged from main tip. | Brad Allen | 2010-03-18 | 1 | -1/+2 |
|\ |
|
| * | - moved most Decimal bind/result handling into types.py, out of sqlite, mysql... | Mike Bayer | 2010-03-18 | 1 | -1/+2 |
* | | comments/question about using connection.closed in is_disconnect method | Brad Allen | 2010-03-18 | 1 | -0/+2 |
* | | Docstring improvements for MxDecimal and MxNumeric result processors. | Brad Allen | 2010-03-18 | 1 | -2/+12 |
* | | eGenix says "It's better to let mxODBC decide which bind type to use." | Brad Allen | 2010-03-18 | 1 | -3/+0 |
* | | Merged from main tip, and resolved conflicts in mxodbc dialect and connector. | Brad Allen | 2010-03-17 | 1 | -16/+19 |
|\ \
| |/ |
|
| * | - mxodbc can use default execute() call | Mike Bayer | 2010-03-16 | 1 | -5/+0 |
| * | adjust mxodbc imports to dialect level | Mike Bayer | 2010-03-15 | 1 | -17/+21 |
* | | Setting default bindmethod to BIND_USING_SQLTYPE, since this should provide b... | Brad Allen | 2010-03-17 | 1 | -1/+1 |
* | | Added decimalformat binding ( I thought this was committed earlier) | Brad Allen | 2010-03-17 | 1 | -0/+1 |
* | | Fixes to pass numeric tests; now by default, the mxodbc connector natively re... | Brad Allen | 2010-03-16 | 1 | -1/+49 |
* | | Added module docstring for mxodbc connector | Brad Allen | 2010-03-16 | 1 | -0/+12 |
* | | removed junk pdb.set_trace() | Brad Allen | 2010-03-15 | 1 | -1/+0 |
* | | Removed custom do_execute which called cursor.executedirect, after discussion... | Brad Allen | 2010-03-15 | 1 | -3/+1 |
|/ |
|
* | merged mainline default branch | Brad Allen | 2010-03-15 | 1 | -4/+3 |
|\ |
|
| * | - The visit_pool() method of Dialect is removed, and replaced with | Mike Bayer | 2010-03-15 | 1 | -4/+3 |
* | | using executemany instead of executedirect, which passes more tests than with... | Brad Allen | 2010-03-15 | 1 | -5/+3 |
* | | comments explaining temporary hack for using executedirect | Brad Allen | 2010-03-11 | 1 | -8/+1 |