]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug where using a :class:`.TypeDecorator` that implemented
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 19 Dec 2014 17:14:52 +0000 (12:14 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 19 Dec 2014 17:14:52 +0000 (12:14 -0500)
commitd1ac6cb33af3b105db7cdb51411e10ac3bafff1f
tree80ec9997106226b0f15ac3173144dcafebad265e
parentb92589e3a0b2bc52d842b6b543e5976b694cc214
- Fixed bug where using a :class:`.TypeDecorator` that implemented
a type that was also a :class:`.TypeDecorator` would fail with
Python's "Cannot create a consistent method resolution order (MRO)"
error, when any kind of SQL comparison expression were used against
an object using this type.
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/sql/type_api.py
test/sql/test_operators.py