[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - Fixed regression from 0.8 where using an option l
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-02-24 17:52:42
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d966920b3df2/ Changeset: d966920b3df2 Branch: None User: zzzeek Date: 2014-02-24 18:52:12 Summary: - Fixed regression from 0.8 where using an option like :func:`.orm.lazyload` with the "wildcard" expression, e.g. ``"*"``, would raise an assertion error in the case where the query didn't contain any actual entities. This assertion is meant for other cases and was catching this one inadvertently. 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. |