From: Mike Bayer Date: Tue, 11 Feb 2014 23:00:10 +0000 (-0500) Subject: - changelog for [ticket:2934] X-Git-Tag: rel_0_9_3~42 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0050a8d3db04767b97e48f3aa71381b786481231;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - changelog for [ticket:2934] --- diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 62db3e6997..312d24beca 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -14,6 +14,15 @@ .. changelog:: :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