]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- changelog for #3333, fixes #3333
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 20 Mar 2015 15:28:47 +0000 (11:28 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 20 Mar 2015 15:28:47 +0000 (11:28 -0400)
doc/build/changelog/changelog_09.rst

index 98b224d25c783ef3c7d06578c913bfd7a8f0e003..3c38de454922664b9a6563106ce94e8797b818c9 100644 (file)
 .. changelog::
     :version: 0.9.10
 
+    .. change::
+        :tags: bug, py3k, mysql
+        :tickets: 3333
+        :pullreq: github:158
+        :versions: 1.0.0b2
+
+        Fixed the :class:`.mysql.BIT` type on Py3K which was not using the
+        ``ord()`` function correctly.  Pull request courtesy David Marin.
+
     .. change::
         :tags: bug, ext
         :tickets: 3324