]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
changelog
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 8 Jun 2013 19:13:39 +0000 (15:13 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 8 Jun 2013 19:21:25 +0000 (15:21 -0400)
Conflicts:
doc/build/changelog/changelog_09.rst

doc/build/changelog/changelog_08.rst

index 00d8c121be881f13c369c5ae70628e1f3fe38401..b342a766165d896b93dcddfdb4ec3da5de20c59a 100644 (file)
@@ -6,6 +6,14 @@
 .. changelog::
     :version: 0.8.2
 
+    .. change::
+        :tags: bug, mysql
+        :tickets: 2715
+
+        Added another conditional to the ``mysql+gaerdbms`` dialect to
+        detect so-called "development" mode, where we should use the
+        ``rdbms_mysqldb`` DBAPI.  Patch courtesy Brett Slatkin.
+
     .. change::
         :tags: feature, mysql
         :tickets: 2704