diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-05-25 14:20:23 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-05-25 14:20:23 +0000 |
| commit | bb79e2e871d0a4585164c1a6ed626d96d0231975 (patch) | |
| tree | 6d457ba6c36c408b45db24ec3c29e147fe7504ff /test/session.py | |
| parent | 4fc3a0648699c2b441251ba4e1d37a9107bd1986 (diff) | |
| download | sqlalchemy-bb79e2e871d0a4585164c1a6ed626d96d0231975.tar.gz | |
merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1
Diffstat (limited to 'test/session.py')
| -rw-r--r-- | test/session.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/session.py b/test/session.py new file mode 100644 index 000000000..9ed7f0f7a --- /dev/null +++ b/test/session.py @@ -0,0 +1,7 @@ + +# 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 + |
