[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - Fixed 1.0 regression where a "deferred" attribute
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-06-29 17:50:39
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4d6f4ed184b9/ Changeset: 4d6f4ed184b9 Branch: None User: zzzeek Date: 2015-06-29 17:49:44+00:00 Summary: - Fixed 1.0 regression where a "deferred" attribute would not populate correctly if it were loaded within the "optimized inheritance load", which is a special SELECT emitted in the case of joined table inheritance used to populate expired or unloaded attributes against a joined table without loading the base table. This is related to the fact that SQLA 1.0 no longer guesses about loading deferred columns and must be directed explicitly. fixes #3468 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. |