summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mysql/mysqldb.py
Commit message (Expand)AuthorAgeFilesLines
* Double percent signs based on paramstyle, not dialectMike Bayer2017-04-051-10/+2
* Support python3.6Mike Bayer2017-01-131-1/+1
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Add support for server side cursors to mysqldb and pymysqlRoman Podoliaka2016-11-101-0/+18
* Merge branch 'master' into pr157Mike Bayer2016-03-151-19/+10
|\
| * - happy new yearMike Bayer2016-01-291-1/+1
| * - more updates to the unicode mess to frame this inMike Bayer2015-03-221-30/+2
| * Merge branch 'mysqlclient' of https://bitbucket.org/methane/sqlalchemy into pr48Mike Bayer2015-03-201-0/+9
| |\
| | * Add mention about mysqlclientINADA Naoki2015-03-141-2/+4
| * | - reorganize MySQL docs re: unicode, other cleanup and updatesMike Bayer2015-03-201-11/+9
| * | add utf8mb4 recommendationThomas Grainger2015-03-181-0/+12
| |/
| * - copyright 2015Mike Bayer2015-03-101-1/+1
* | Add 'native' autocommit support for mysql driverspr/157Roman Podoliaka2015-02-241-0/+12
|/
* - make the google deprecation messages more specific, use full URLMike Bayer2014-12-191-0/+8
* - Added a version check to the MySQLdb dialect surrounding theMike Bayer2014-12-161-6/+7
* - Updated the "supports_unicode_statements" flag to True for MySQLdbMike Bayer2014-12-041-1/+1
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-17/+17
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - remove drizzle dialectMike Bayer2014-05-301-20/+123
* cut out the BS as far as MySQLdb urls, put the one url everyone should be usingMike Bayer2014-03-041-22/+14
* - The MySQL CAST compilation now takes into account aspects of a stringMike Bayer2014-01-131-1/+25
* - happy new yearMike Bayer2014-01-051-1/+1
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* juts a 'expected 2 blank lines' pep8 passDiana Clarke2012-11-191-0/+2
* - rework the sphinx customizations into distinct modulesMike Bayer2012-10-191-13/+6
* - move out maxdbMike Bayer2012-10-181-2/+3
* more import cleanupsMike Bayer2012-08-071-2/+2
* -whitespace bonanza, contdMike Bayer2012-07-281-7/+7
* happy new yearMike Bayer2012-01-041-1/+1
* marathon doc updating session including a rewrite of unicode paragraphsMike Bayer2011-12-041-18/+21
* - New DBAPI support for pymysql, a pure Python portMike Bayer2011-01-261-3/+4
* - new dialect for Drizzle [ticket:2003]Mike Bayer2011-01-261-140/+13
* - whitespace removal bonanzaMike Bayer2011-01-021-11/+11
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-0/+6
* - _extract_error_code now expects the raw DBAPI error in all casesMike Bayer2010-07-131-6/+1
* - The _extract_error_code() method now worksMike Bayer2010-07-121-1/+3
* documentation updatesMike Bayer2010-03-281-2/+26
* - moved most Decimal bind/result handling into types.py, out of sqlite, mysql...Mike Bayer2010-03-181-19/+4
* - name all the "sub" dialect components <DB><component>_<dialectname>, [ticke...Mike Bayer2010-03-141-8/+8
* - Added an optional C extension to speed up the sql layer byGaëtan de Menten2010-02-131-6/+2
* - changed a few isinstance(value, Decimal) to "is not None", where appropriateGaëtan de Menten2009-11-281-2/+2
* - pg8000 + postgresql dialects now check for float/numeric returnMike Bayer2009-11-151-1/+1
* - initial MySQL Connector/Python driverMike Bayer2009-10-181-3/+0
* - simplify MySQLIdentifierPreparer into standard pattern,Mike Bayer2009-08-101-2/+8
* merge 0.6 series to trunk.Mike Bayer2009-08-061-0/+194