| Commit message (Expand) | Author | Age | Files | Lines |
* | - make the google deprecation messages more specific, use full URL | Mike Bayer | 2014-12-19 | 1 | -0/+8 |
* | - Added a version check to the MySQLdb dialect surrounding the | Mike Bayer | 2014-12-16 | 1 | -6/+7 |
* | - Updated the "supports_unicode_statements" flag to True for MySQLdb | Mike Bayer | 2014-12-04 | 1 | -1/+1 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -17/+17 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | - remove drizzle dialect | Mike Bayer | 2014-05-30 | 1 | -20/+123 |
* | cut out the BS as far as MySQLdb urls, put the one url everyone should be using | Mike Bayer | 2014-03-04 | 1 | -22/+14 |
* | - The MySQL CAST compilation now takes into account aspects of a string | Mike Bayer | 2014-01-13 | 1 | -1/+25 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
* | juts a 'expected 2 blank lines' pep8 pass | Diana Clarke | 2012-11-19 | 1 | -0/+2 |
* | - rework the sphinx customizations into distinct modules | Mike Bayer | 2012-10-19 | 1 | -13/+6 |
* | - move out maxdb | Mike Bayer | 2012-10-18 | 1 | -2/+3 |
* | more import cleanups | Mike Bayer | 2012-08-07 | 1 | -2/+2 |
* | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -7/+7 |
* | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
* | marathon doc updating session including a rewrite of unicode paragraphs | Mike Bayer | 2011-12-04 | 1 | -18/+21 |
* | - New DBAPI support for pymysql, a pure Python port | Mike Bayer | 2011-01-26 | 1 | -3/+4 |
* | - new dialect for Drizzle [ticket:2003] | Mike Bayer | 2011-01-26 | 1 | -140/+13 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -11/+11 |
* | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -0/+6 |
* | - _extract_error_code now expects the raw DBAPI error in all cases | Mike Bayer | 2010-07-13 | 1 | -6/+1 |
* | - The _extract_error_code() method now works | Mike Bayer | 2010-07-12 | 1 | -1/+3 |
* | documentation updates | Mike Bayer | 2010-03-28 | 1 | -2/+26 |
* | - moved most Decimal bind/result handling into types.py, out of sqlite, mysql... | Mike Bayer | 2010-03-18 | 1 | -19/+4 |
* | - name all the "sub" dialect components <DB><component>_<dialectname>, [ticke... | Mike Bayer | 2010-03-14 | 1 | -8/+8 |
* | - Added an optional C extension to speed up the sql layer by | Gaëtan de Menten | 2010-02-13 | 1 | -6/+2 |
* | - changed a few isinstance(value, Decimal) to "is not None", where appropriate | Gaëtan de Menten | 2009-11-28 | 1 | -2/+2 |
* | - pg8000 + postgresql dialects now check for float/numeric return | Mike Bayer | 2009-11-15 | 1 | -1/+1 |
* | - initial MySQL Connector/Python driver | Mike Bayer | 2009-10-18 | 1 | -3/+0 |
* | - simplify MySQLIdentifierPreparer into standard pattern, | Mike Bayer | 2009-08-10 | 1 | -2/+8 |
* | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -0/+194 |