]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
fixed attributes bug where if an object is committed, its lazy-loaded list got
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 14 Mar 2006 16:56:05 +0000 (16:56 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 14 Mar 2006 16:56:05 +0000 (16:56 +0000)
commitbbf9f191ec10067d282df63f4c684af2c00d8110
tree5bb2f359712a420690613d867f8a0ae2daa70bda
parentfc43d50cec01cf3adf7a37b799f470f9445f3313
fixed attributes bug where if an object is committed, its lazy-loaded list got
blown away if it hadnt been loaded
CHANGES
lib/sqlalchemy/attributes.py
test/objectstore.py