| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove deprecated dialects and drivers | Federico Caselli | 2021-10-31 | 1 | -150/+0 |
| * | Replace all http:// links to https:// | Federico Caselli | 2021-07-04 | 1 | -2/+2 |
| * | Default caching to opt-out for 3rd party dialects | Mike Bayer | 2021-04-01 | 1 | -0/+1 |
| * | happy new year | Mike Bayer | 2021-01-04 | 1 | -1/+1 |
| * | upgrade to black 20.8b1 | Mike Bayer | 2020-09-28 | 1 | -2/+1 |
| * | Deprecate unsupported dialects and dbapi | Federico Caselli | 2020-04-29 | 1 | -0/+4 |
| * | 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 | -9/+7 |
| * | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -4/+13 |
| * | happy new year | Mike Bayer | 2018-01-12 | 1 | -1/+1 |
| * | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
| * | Use new mxODBC 3.3.4 varbinary null symbol | Sheila Allen | 2016-05-31 | 1 | -0/+27 |
| * | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
| * | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
| * | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -4/+4 |
| * | - 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 |
| * | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
| * | kill me now, pep8 pass, so close | Diana Clarke | 2012-11-20 | 1 | -5/+4 |
| * | just a pep8 pass | Diana Clarke | 2012-11-20 | 1 | -1/+0 |
| * | juts a 'expected 2 blank lines' pep8 pass | Diana Clarke | 2012-11-19 | 1 | -0/+4 |
| * | - rework the sphinx customizations into distinct modules | Mike Bayer | 2012-10-19 | 1 | -16/+6 |
| * | finished fixes for mxodbc; need to use at least version 3.2.1 | Mike Bayer | 2012-09-21 | 1 | -5/+13 |
| * | - fixes for mxODBC, some pyodbc | Mike Bayer | 2012-09-02 | 1 | -4/+22 |
| * | - more import cleanup for MSSQL | Mike Bayer | 2012-08-07 | 1 | -4/+4 |
| * | trailing whitespace bonanza | Mike Bayer | 2012-07-28 | 1 | -2/+2 |
| * | typoes in lib/sqlalchemy/dialects | Diana Clarke | 2012-03-17 | 1 | -1/+1 |
| * | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -2/+2 |
| * | - 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 | -5/+1 |
| * | - idle 78-char adjustments | Mike Bayer | 2010-07-03 | 1 | -18/+26 |
| * | documentation updates | Mike Bayer | 2010-03-28 | 1 | -2/+34 |
| * | Added module docstring for mssql+mxodbc dialect. | Brad Allen | 2010-03-18 | 1 | -1/+10 |
| * | Removed MxNumeric and MxFloat because now the sqlalchemy.types base classes s... | Brad Allen | 2010-03-18 | 1 | -12/+10 |
| * | Merged from main tip, and resolved conflicts in mxodbc dialect and connector. | Brad Allen | 2010-03-17 | 1 | -2/+8 |
| |\ |
|
| | * | - added pyodbc for sybase driver. | Mike Bayer | 2010-03-17 | 1 | -3/+8 |
| | |\ |
|
| | | * | - mxodbc can use default execute() call | Mike Bayer | 2010-03-16 | 1 | -2/+41 |
| | |/ |
|
| * | | corrected import statements forgotten on prior commit | Brad Allen | 2010-03-16 | 1 | -1/+2 |
| * | | Fixes to pass numeric tests; now by default, the mxodbc connector natively re... | Brad Allen | 2010-03-16 | 1 | -0/+8 |
| |/ |
|
| * | Now using pyodbc execution context once again (to pass the test involving ins... | Brad Allen | 2010-03-11 | 1 | -2/+9 |
| * | Removed pyodbc execution context, because output inserted is now handled by t... | Brad Allen | 2010-03-08 | 1 | -3/+2 |
| * | - the execution sequence pulls all rowcount/last inserted ID | Mike Bayer | 2010-02-28 | 1 | -13/+1 |
| * | mxodbc supports rowcount, just have to snag before the cursor is closed. | Mike Bayer | 2010-02-28 | 1 | -4/+15 |
| * | working on pyodbc / mxodbc | Mike Bayer | 2010-02-27 | 1 | -1/+2 |
| * | A few cleanups of the mxodbc dialect. | Michael Trier | 2010-02-27 | 1 | -37/+4 |
| * | - threadlocal engine wasn't properly closing the connection | Mike Bayer | 2010-02-27 | 1 | -0/+56 |