[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - Fixed an unexpected-use regression whereby custom
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-06-11 20:48:46
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/e765c55e8cc7/ Changeset: e765c55e8cc7 Branch: None User: zzzeek Date: 2015-06-11 20:48:00+00:00 Summary: - Fixed an unexpected-use regression whereby custom :class:`.Comparator` objects that made use of the ``__clause_element__()`` method and returned an object that was an ORM-mapped :class:`.InstrumentedAttribute` and not explicitly a :class:`.ColumnElement` would fail to be correctly handled when passed as an expression to :meth:`.Session.query`. The logic in 0.9 happened to succeed on this, so this use case is now supported. fixes #3448 Affected #: 5 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. |