diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-02-11 18:00:10 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-02-11 18:00:10 -0500 |
commit | 0050a8d3db04767b97e48f3aa71381b786481231 (patch) | |
tree | edaaa2686fab39a7ed7cafba29b7c11278edea82 | |
parent | c036cca67e1344a0353f9db23247f203e759b559 (diff) | |
download | sqlalchemy-0050a8d3db04767b97e48f3aa71381b786481231.tar.gz |
- changelog for [ticket:2934]
-rw-r--r-- | doc/build/changelog/changelog_09.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 62db3e699..312d24bec 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -15,6 +15,15 @@ :version: 0.9.3 .. change:: + :tags: bug, mysql, cymysql + :tickets: 2934 + :pullreq: github:69 + + Fixed bug in cymysql dialect where a version string such as + ``'33a-MariaDB'`` would fail to parse properly. Pull request + courtesy Matt Schmidt. + + .. change:: :tags: bug, orm :tickets: 2949 |