summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mysql/gaerdbms.py
Commit message (Expand)AuthorAgeFilesLines
* 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