[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - :func:`.attributes.get_history()` when used with
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2013-10-25 17:14:12
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/2b1c8eabb10c/ Changeset: 2b1c8eabb10c Branch: master User: zzzeek Date: 2013-10-25 19:13:24 Summary: - :func:`.attributes.get_history()` when used with a scalar column-mapped attribute will now honor the "passive" flag passed to it; as this defaults to ``PASSIVE_OFF``, the function will by default query the database if the value is not present. This is a behavioral change vs. 0.8. [ticket:2787] - Added new method :meth:`.AttributeState.load_history`, works like :attr:`.AttributeState.history` but also fires loader callables. Affected #: 6 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. |