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

doc/build/changelog/changelog_08.rst

index 52cf908498f903930cbdbd2ecbc29398ba5fd8c9..8fc9a0cc2d0750c5af89448e6eb7e076631731fd 100644 (file)
@@ -6,6 +6,15 @@
 .. changelog::
     :version: 0.8.2
 
+    .. 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: feature, sql
         :tickets: 2744, 2734