mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-14 20:57:19 -04:00
8 lines
294 B
Python
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
|
|
|