]> 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:55:54 +0000 (17:55 -0400)
doc/build/changelog/changelog_08.rst
doc/build/changelog/changelog_09.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
index 424c42e3c535ae02a72e9b7f5b1455828e2fdcf2..88c12b25133a4df709d6e4bb222702d623480baf 100644 (file)
@@ -13,7 +13,7 @@
         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.
+        Courtesy asldevi.  Also in 0.8.2.
 
     .. change::
         :tags: bug, sql