diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-06-08 15:13:39 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-06-08 15:13:39 -0400 |
commit | 044582109c6a54c5c4dec021b17eb51f92edfbd2 (patch) | |
tree | 882f99845b7b270e78041236e70db36a0b6f33f3 | |
parent | 659baac85e6ca757dd6f26db5e4095a1a3d1ee5c (diff) | |
download | sqlalchemy-044582109c6a54c5c4dec021b17eb51f92edfbd2.tar.gz |
changelog
-rw-r--r-- | doc/build/changelog/changelog_08.rst | 8 | ||||
-rw-r--r-- | doc/build/changelog/changelog_09.rst | 9 |
2 files changed, 17 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 00d8c121b..b342a7661 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -7,6 +7,14 @@ :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 diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 9b68b32e9..0f2b4cf29 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -7,6 +7,15 @@ :version: 0.9.0 .. 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. + Also in 0.8.2. + + .. change:: :tags: feature, mysql :tickets: 2704 |