diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-06-23 17:55:54 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-06-23 17:55:54 -0400 |
commit | ff722f541f14ae37c41f921d17f9201ea14f809a (patch) | |
tree | 52e52649ff1f4a47731d6527d1115291bab46cff | |
parent | b6bbde360bc1828155c9f5558325542328df9f9d (diff) | |
download | sqlalchemy-ff722f541f14ae37c41f921d17f9201ea14f809a.tar.gz |
0.8 changelog
-rw-r--r-- | doc/build/changelog/changelog_08.rst | 9 | ||||
-rw-r--r-- | doc/build/changelog/changelog_09.rst | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 52cf90849..8fc9a0cc2 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -7,6 +7,15 @@ :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 diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 424c42e3c..88c12b251 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -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 |