]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- when attributes are expired on a pending instance, an
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 12 Mar 2008 01:52:36 +0000 (01:52 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 12 Mar 2008 01:52:36 +0000 (01:52 +0000)
commitd1326cf54960dfa16bded3789d834b088aff2c1e
tree080f2b2a4865de6e8eb4392a37e53afbfec5dfc8
parent713279c53d1e258bf3d35b86732aa4f85c267ac1
- when attributes are expired on a pending instance, an
error will not be raised when the "refresh" action
is triggered and returns no result
CHANGES
lib/sqlalchemy/orm/mapper.py
test/orm/expire.py