Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixing the error regex to match numbers with the long suffix, like 1146Lpr/3 | Brett Slatkin | 2013-06-08 | 1 | -1/+1 |
| | |||||
* | PEP8 | Brett Slatkin | 2013-06-08 | 1 | -3/+3 |
| | |||||
* | Makes gaerdbms for App Engine use local MySQL server when running under ↵ | Brett Slatkin | 2013-06-08 | 1 | -6/+15 |
| | | | | dev_appserver2. | ||||
* | Fix mysql+gaerdbms dialect for changed exception format | Dan Ring | 2013-04-19 | 1 | -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 attempts | Mike Bayer | 2013-02-02 | 1 | -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 Clarke | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | Fixes issue where GAE error handling can cause AttributeError: 'NoneType' ↵ | Owen Nelson | 2012-12-28 | 1 | -1/+3 |
| | | | | object has no attribute 'group' | ||||
* | GAE dialect now supports the use of credentials | Owen Nelson | 2012-12-28 | 1 | -1/+3 |
| | |||||
* | kill me now, pep8 pass, so close | Diana Clarke | 2012-11-20 | 1 | -1/+1 |
| | |||||
* | - rework the sphinx customizations into distinct modules | Mike Bayer | 2012-10-19 | 1 | -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 maxdb | Mike Bayer | 2012-10-18 | 1 | -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 cleanups | Mike Bayer | 2012-08-07 | 1 | -3/+3 |
| | |||||
* | trailing whitespace bonanza | Mike Bayer | 2012-07-28 | 1 | -4/+4 |
| | |||||
* | - add new google app engine DBAPI, [ticket:2484] | Mike Bayer | 2012-05-26 | 1 | -0/+61 |