| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove deprecated dialects and drivers | Federico Caselli | 2021-10-31 | 1 | -166/+0 |
* | Replace all http:// links to https:// | Federico Caselli | 2021-07-04 | 1 | -2/+2 |
* | Fix many spell glitches in docstrings and comments | Lele Gaifax | 2021-01-24 | 1 | -1/+1 |
* | happy new year | Mike Bayer | 2021-01-04 | 1 | -1/+1 |
* | upgrade to black 20.8b1 | Mike Bayer | 2020-09-28 | 1 | -2/+2 |
* | Deprecate unsupported dialects and dbapi | Federico Caselli | 2020-04-29 | 1 | -0/+12 |
* | happy new year | Mike Bayer | 2020-01-01 | 1 | -1/+1 |
* | happy new year | Mike Bayer | 2019-01-11 | 1 | -1/+1 |
* | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -2/+2 |
* | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -18/+21 |
* | PEP8 mxodbc.py | Agam Rafaeli | 2018-09-24 | 1 | -5/+6 |
* | happy new year | Mike Bayer | 2018-01-12 | 1 | -1/+1 |
* | 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 |
|\ \
| |/ |
|