]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
0.9 changelog
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 23 Jun 2013 21:55:26 +0000 (17:55 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 23 Jun 2013 21:55:26 +0000 (17:55 -0400)
doc/build/changelog/changelog_09.rst

index a00b63aec21ad0233090dd380d95956df44a5aa2..424c42e3c535ae02a72e9b7f5b1455828e2fdcf2 100644 (file)
@@ -6,6 +6,15 @@
 .. changelog::
     :version: 0.9.0
 
+    .. change::
+        :tags: bug, ext
+
+        Fixed bug whereby if a composite type were set up
+        with a function instead of a class, the mutable extension
+        would trip up when it tried to check that column
+        for being a :class:`.MutableComposite` (which it isn't).
+        Courtesy asldevi.
+
     .. change::
         :tags: bug, sql
         :tickets: 1765