summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-06-27 16:08:42 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2014-06-27 16:08:42 -0400
commit01215cdaef4579b5d0806abd060a2dd90acabf9b (patch)
tree11fecd63452d91e8eae8c95c5e64a7db6b5e8102 /doc
parent3d7cd1741b02d5c0e2ca08d7437759cda7c2a9be (diff)
downloadsqlalchemy-01215cdaef4579b5d0806abd060a2dd90acabf9b.tar.gz
- Fixed a bug within the custom operator plus :meth:`.TypeEngine.with_variant`
system, whereby using a :class:`.TypeDecorator` in conjunction with variant would fail with an MRO error when a comparison operator was used. fixes #3102
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/changelog_08.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst
index 187bc2138..4b036272b 100644
--- a/doc/build/changelog/changelog_08.rst
+++ b/doc/build/changelog/changelog_08.rst
@@ -12,6 +12,15 @@
:version: 0.8.7
.. change::
+ :tags: bug, sql
+ :versions: 1.0.0, 0.9.7
+ :tickets: 3102
+
+ Fixed a bug within the custom operator plus :meth:`.TypeEngine.with_variant`
+ system, whereby using a :class:`.TypeDecorator` in conjunction with
+ variant would fail with an MRO error when a comparison operator was used.
+
+ .. change::
:tags: bug, mysql
:versions: 1.0.0, 0.9.7
:tickets: 3101