From: Mike Bayer Date: Sun, 3 Feb 2013 02:04:08 +0000 (-0500) Subject: changelog X-Git-Tag: rel_0_8_0~24^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89ddc328c5ec1d879bb551c08ea397829c33b13b;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git changelog --- diff --git a/doc/build/changelog/changelog_07.rst b/doc/build/changelog/changelog_07.rst index 2de3d6f1b2..29a6be4833 100644 --- a/doc/build/changelog/changelog_07.rst +++ b/doc/build/changelog/changelog_07.rst @@ -8,6 +8,17 @@ :version: 0.7.10 :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 95e1b44b5e..caa4061031 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