diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-02-02 21:04:08 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-02-02 21:04:08 -0500 |
commit | 89ddc328c5ec1d879bb551c08ea397829c33b13b (patch) | |
tree | 5da3ba8f99a18c68f64ab6d10c994a06a4da9f4b | |
parent | f4f3c56cd31a30e87f17148f3d4d17832c12b110 (diff) | |
download | sqlalchemy-89ddc328c5ec1d879bb551c08ea397829c33b13b.tar.gz |
changelog
-rw-r--r-- | doc/build/changelog/changelog_07.rst | 11 | ||||
-rw-r--r-- | doc/build/changelog/changelog_08.rst | 1 |
2 files changed, 12 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_07.rst b/doc/build/changelog/changelog_07.rst index 2de3d6f1b..29a6be483 100644 --- a/doc/build/changelog/changelog_07.rst +++ b/doc/build/changelog/changelog_07.rst @@ -9,6 +9,17 @@ :released: .. change:: + :tags: sql, mysql, gae + :tickets: 2649 + + Added a conditional import to the ``gaerdbms`` dialect which attempts + to import rdbms_apiproxy vs. rdbms_googleapi to work + on both dev and production platforms. Also now honors the + ``instance`` attribute. Courtesy Sean Lynch. Also backported + enhancements to allow username/password as well as + fixing error code interpretation from 0.8. + + .. change:: :tags: sql, bug :tickets: 2594, 2584 diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 95e1b44b5..caa406103 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -32,6 +32,7 @@ to import rdbms_apiproxy vs. rdbms_googleapi to work on both dev and production platforms. Also now honors the ``instance`` attribute. Courtesy Sean Lynch. + Also in 0.7.10. .. change:: :tags: bug, sql |