diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-01-24 21:31:23 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-01-24 21:31:23 -0500 |
commit | a477f8a61ec60b2fc343d87aa30ef6595c77727d (patch) | |
tree | a3768faf5fb9513cefebaa02f122bd1565f057ce /test/dialect/test_postgresql.py | |
parent | b1df6fab53a0d740fe60f04e5c9ad01027ba59af (diff) | |
download | sqlalchemy-a477f8a61ec60b2fc343d87aa30ef6595c77727d.tar.gz |
the consideration of a pending object as
an "orphan" has been modified to more closely match the
behavior as that of persistent objects, which is that the object
is expunged from the :class:`.Session` as soon as it is
de-associated from any of its orphan-enabled parents. Previously,
the pending object would be expunged only if de-associated
from all of its orphan-enabled parents. The new flag ``legacy_is_orphan``
is added to :func:`.orm.mapper` which re-establishes the
legacy behavior. [ticket:2655]
Diffstat (limited to 'test/dialect/test_postgresql.py')
0 files changed, 0 insertions, 0 deletions