diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-08-26 11:32:50 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-08-26 11:32:50 -0400 |
commit | af9fd453c08aac4f4e45f6f6ba94da89b42afe54 (patch) | |
tree | f556b497cf61e44a6a8582f060d106685aa52e81 /lib/sqlalchemy/sql/expression.py | |
parent | 506a0b103d7c4552679b711a4686a41a8842b10a (diff) | |
download | sqlalchemy-af9fd453c08aac4f4e45f6f6ba94da89b42afe54.tar.gz |
- An object that's been deleted now gets a flag
'deleted', which prohibits the object from
being re-add()ed to the session, as previously
the object would live in the identity map
silently until its attributes were accessed.
The make_transient() function now resets this
flag along with the "key" flag.
- make_transient() can be safely called on an
already transient instance.
Diffstat (limited to 'lib/sqlalchemy/sql/expression.py')
0 files changed, 0 insertions, 0 deletions