]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed regression from 0.8 where using an option like
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 24 Feb 2014 17:52:12 +0000 (12:52 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 24 Feb 2014 17:52:12 +0000 (12:52 -0500)
commitd966920b3df253292a28f2a57bef0d90afd66352
tree39e77359d3dfeef97b16ee4eb2768d5276559207
parent537d9212938669e7140880387d68e769381d5c2e
- 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.
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/orm/strategy_options.py
test/orm/test_default_strategies.py