Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - reorganize MySQL docs re: unicode, other cleanup and updates | Mike Bayer | 2015-03-20 | 1 | -1/+1 |
| | |||||
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
| | |||||
* | - ouch, this needs to be in dbapi, not module level! | Mike Bayer | 2014-12-19 | 1 | -7/+8 |
| | |||||
* | - make the google deprecation messages more specific, use full URL | Mike Bayer | 2014-12-19 | 1 | -4/+7 |
| | | | | | | format - add an extra doc to MySQLdb - changelog | ||||
* | Update gaerdbms to highlight improved connection method | Rob Berry | 2014-12-18 | 1 | -0/+12 |
| | |||||
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -4/+5 |
| | | | | sqlalchemy/orm, sqlalchemy/event, sqlalchemy/testing | ||||
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
| | | | | to get all flake8 passing | ||||
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
| | |||||
* | 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 |