diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-03-29 17:56:02 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-03-29 17:56:02 -0400 |
commit | 75e14f855ee64a01bb79e66f8a868911f6c9e583 (patch) | |
tree | 57e0fe600809b12db44040beed4b2e19cde22d6c /test/ext/test_compiler.py | |
parent | f35132267e2245f44f44d94c25a3d2015c224ac2 (diff) | |
download | sqlalchemy-75e14f855ee64a01bb79e66f8a868911f6c9e583.tar.gz |
- Session.refresh() now does an equivalent expire()
on the given instance first, so that the "refresh-expire"
cascade is propagated. Previously, refresh() was
not affected in any way by the presence of "refresh-expire"
cascade. This is a change in behavior versus that
of 0.6beta2, where the "lockmode" flag passed to refresh()
would cause a version check to occur. Since the instance
is first expired, refresh() always upgrades the object
to the most recent version.
- The 'refresh-expire' cascade, when reaching a pending object,
will expunge the object if the cascade also includes
"delete-orphan", or will simply detach it otherwise.
[ticket:1754]
Diffstat (limited to 'test/ext/test_compiler.py')
0 files changed, 0 insertions, 0 deletions