| Commit message (Expand) | Author | Age | Files | Lines |
* | Deprecate plain string in execute and introduce `exec_driver_sql` | Federico Caselli | 2020-03-21 | 1 | -4/+3 |
* | happy new year | Mike Bayer | 2020-01-01 | 1 | -1/+1 |
* | Emit SET NAMES for all MySQL connections w charset | Mike Bayer | 2019-08-11 | 1 | -0/+16 |
* | Feature mysqlclient | Mike Bayer | 2019-01-18 | 1 | -10/+12 |
* | happy new year | Mike Bayer | 2019-01-11 | 1 | -1/+1 |
* | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -7/+6 |
* | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -51/+68 |
* | Add the write_timeout option for mysql. | jun923.gu | 2018-11-30 | 1 | -0/+1 |
* | - also correct for dbapi is a Mock without __version__... | Mike Bayer | 2018-10-20 | 1 | -1/+2 |
* | - correct for dbapi not present in some tests | Mike Bayer | 2018-10-20 | 1 | -1/+1 |
* | Enable decimal implicit bind for mysqlclient, is fixed as of | Mike Bayer | 2018-10-20 | 1 | -0/+12 |
* | Use MySQL protocol-level ping. | Maxim Bublis | 2018-07-09 | 1 | -0/+11 |
* | Use utf8mb4 (or utf8mb3) for all things MySQL | Mike Bayer | 2018-06-25 | 1 | -5/+5 |
* | Get MySQL version info from @@version | Mike Bayer | 2018-03-03 | 1 | -11/+0 |
* | happy new year | Mike Bayer | 2018-01-12 | 1 | -1/+1 |
* | Double percent signs based on paramstyle, not dialect | Mike Bayer | 2017-04-05 | 1 | -10/+2 |
* | Support python3.6 | Mike Bayer | 2017-01-13 | 1 | -1/+1 |
* | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
* | Add support for server side cursors to mysqldb and pymysql | Roman Podoliaka | 2016-11-10 | 1 | -0/+18 |
* | Merge branch 'master' into pr157 | Mike Bayer | 2016-03-15 | 1 | -19/+10 |
|\ |
|
| * | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
| * | - more updates to the unicode mess to frame this in | Mike Bayer | 2015-03-22 | 1 | -30/+2 |
| * | Merge branch 'mysqlclient' of https://bitbucket.org/methane/sqlalchemy into pr48 | Mike Bayer | 2015-03-20 | 1 | -0/+9 |
| |\ |
|
| | * | Add mention about mysqlclient | INADA Naoki | 2015-03-14 | 1 | -2/+4 |
| * | | - reorganize MySQL docs re: unicode, other cleanup and updates | Mike Bayer | 2015-03-20 | 1 | -11/+9 |
| * | | add utf8mb4 recommendation | Thomas Grainger | 2015-03-18 | 1 | -0/+12 |
| |/ |
|
| * | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | | Add 'native' autocommit support for mysql driverspr/157 | Roman Podoliaka | 2015-02-24 | 1 | -0/+12 |
|/ |
|
* | - 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 |