.. 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
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