Files
sqlalchemy/test/session.py
T

8 lines
294 B
Python

# test merging a composed object.
# test that when cascading an operation, like "merge", lazy-loaded scalar and list attributes that werent already loaded on the given object remain not loaded.
# test putting an object in session A, "moving" it to session B, insure its in B and not in A