]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- changelog for [ticket:2934]
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 11 Feb 2014 23:00:10 +0000 (18:00 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 11 Feb 2014 23:00:10 +0000 (18:00 -0500)
doc/build/changelog/changelog_09.rst

index 62db3e6997fe9af22edd10d6e663ab20cc53691b..312d24becac841274d50a1397ca0abdac7f90b82 100644 (file)
 .. 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