summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mysql/gaerdbms.py
Commit message (Collapse)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 ↵Brett Slatkin2013-06-081-6/+15
| | | | dev_appserver2.
* Fix mysql+gaerdbms dialect for changed exception formatDan Ring2013-04-191-2/+2
| | | | | | | | | | | | googleappengine v1.7.5 changed the exception format to be incompatible with MySQLDialect_gaerdbms#_extract_error_code This fix works for both old- and new-style exceptions. Changes causing the breakage: /trunk/python/google/storage/speckle/python/api/rdbms.py at https://code.google.com/p/googleappengine/source/detail?r=318
* Added a conditional import to the ``gaerdbms`` dialect which attemptsMike Bayer2013-02-021-6/+22
| | | | | | | to import rdbms_apiproxy vs. rdbms_googleapi to work on both dev and production platforms. Also now honors the ``instance`` attribute. Courtesy Sean Lynch. [ticket:2649]
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
|
* Fixes issue where GAE error handling can cause AttributeError: 'NoneType' ↵Owen Nelson2012-12-281-1/+3
| | | | object has no attribute 'group'
* 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
| | | | | | | - build a new Sphinx extension that allows dialect info to be entered as directives which is then rendered consistently throughout all dialect/dbapi sections - break out the "empty_strings" requirement for oracle test
* - move out maxdbMike Bayer2012-10-181-0/+5
| | | | | | - begin consolidating docs for dialects to be more self contained - add a separate section for "external" dialects - not sure how we're going to go with this yet.
* 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