summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mysql/gaerdbms.py
Commit message (Expand)AuthorAgeFilesLines
* - reorganize MySQL docs re: unicode, other cleanup and updatesMike Bayer2015-03-201-1/+1
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - ouch, this needs to be in dbapi, not module level!Mike Bayer2014-12-191-7/+8
* - make the google deprecation messages more specific, use full URLMike Bayer2014-12-191-4/+7
* Update gaerdbms to highlight improved connection methodRob Berry2014-12-181-0/+12
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-4/+5
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - happy new yearMike Bayer2014-01-051-1/+1
* Fixing the error regex to match numbers with the long suffix, like 1146Lpr/3Brett Slatkin2013-06-081-1/+1
* PEP8Brett Slatkin2013-06-081-3/+3
* Makes gaerdbms for App Engine use local MySQL server when running under dev_a...Brett Slatkin2013-06-081-6/+15
* Fix mysql+gaerdbms dialect for changed exception formatDan Ring2013-04-191-2/+2
* Added a conditional import to the ``gaerdbms`` dialect which attemptsMike Bayer2013-02-021-6/+22
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* Fixes issue where GAE error handling can cause AttributeError: 'NoneType' obj...Owen Nelson2012-12-281-1/+3
* GAE dialect now supports the use of credentialsOwen Nelson2012-12-281-1/+3
* kill me now, pep8 pass, so closeDiana Clarke2012-11-201-1/+1
* - rework the sphinx customizations into distinct modulesMike Bayer2012-10-191-20/+9
* - move out maxdbMike Bayer2012-10-181-0/+5
* more import cleanupsMike Bayer2012-08-071-3/+3
* trailing whitespace bonanzaMike Bayer2012-07-281-4/+4
* - add new google app engine DBAPI, [ticket:2484]Mike Bayer2012-05-261-0/+61