]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug whereby deferred() columns with a group in conjunction
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 28 Aug 2008 17:11:18 +0000 (17:11 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 28 Aug 2008 17:11:18 +0000 (17:11 +0000)
commitaf342bba5600fc312f8efc1d3942301c57ca845f
tree65bbb2a86a7b36343a2d0b352ecbf44a5b981398
parentc99d54e762790578a6c806f6f96da218af2a0f37
- Fixed bug whereby deferred() columns with a group in conjunction
with an otherwise unrelated synonym() would produce
an AttributeError during deferred load.
CHANGES
lib/sqlalchemy/orm/strategies.py
test/orm/mapper.py