]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- session.expire() and related methods will not expire() unloaded
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 24 Jan 2009 00:22:49 +0000 (00:22 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 24 Jan 2009 00:22:49 +0000 (00:22 +0000)
commita03aed2dca850ed25322d34a26488e853be91fc2
tree713ee996dfd2f14f03e7a647e68e31a1036b08c5
parent84a38c81e4c1f36c82fe1f78fafb6dcd72a7b8db
- session.expire() and related methods will not expire() unloaded
deferred attributes.  This prevents them from being needlessly
loaded when the instance is refreshed.
CHANGES
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/session.py
test/orm/expire.py