]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
changelog
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 3 Feb 2013 02:04:08 +0000 (21:04 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 3 Feb 2013 02:04:08 +0000 (21:04 -0500)
doc/build/changelog/changelog_07.rst
doc/build/changelog/changelog_08.rst

index 2de3d6f1b28705fa039716246f2d1c18745b58a9..29a6be4833da928d87fd3120b0e3e57ee07356eb 100644 (file)
@@ -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
index 95e1b44b5ee200f0dd8d749202695c892cd7b49a..caa40610314ce24bd7b116bcbbe8aac0cdf6a454 100644 (file)
@@ -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