[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-12-19 17:15:55
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d1ac6cb33af3/ Changeset: d1ac6cb33af3 Branch: None User: zzzeek Date: 2014-12-19 17:14:52+00:00 Summary: - 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. Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/6214a81c2ddb/ Changeset: 6214a81c2ddb Branch: rel_0_9 User: zzzeek Date: 2014-12-19 17:15:10+00:00 Summary: - 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. (cherry picked from commit d1ac6cb33af3b105db7cdb51411e10ac3bafff1f) Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |