]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
fixed both group-deferred attributes and expired attributes to not
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 18 Nov 2007 05:16:52 +0000 (05:16 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 18 Nov 2007 05:16:52 +0000 (05:16 +0000)
commit79aa1a6b258a84443540b8bb68c8d64deb936ef9
treedd145ce1240d8d43cca46b8e4047ef397b599e27
parent43d476ce60339f3369847191988b96b3f3665f44
fixed both group-deferred attributes and expired attributes to not
blow away changes made on attributes before the load takes place
lib/sqlalchemy/orm/attributes.py
lib/sqlalchemy/orm/strategies.py
test/orm/expire.py
test/orm/mapper.py