diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2007-11-23 05:24:32 +0000 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2007-11-23 05:24:32 +0000 |
commit | 41403b79300fb65125ab8bde00efbec9eaa89d43 (patch) | |
tree | 5d4e41b95b84c0a63ec178eb647bcd698bdcd51c /lib/sqlalchemy/databases | |
parent | 56d14df0ebce6055356ea090cffe1b9ee91d592c (diff) | |
download | sqlalchemy-41403b79300fb65125ab8bde00efbec9eaa89d43.tar.gz |
- some clarifications and fixes to merge(instance, dont_load=True).
fixed bug where lazy loaders were getting disabled on returned instances.
Also, we currently do not support merging an instance which has uncommitted
changes on it, in the case that dont_load=True is used....this will
now raise an error. This is due to complexities in merging the
"committed state" of the given instance to correctly correspond to the
newly copied instance. Since the use case for dont_load=True is
caching, the given instances shouldn't have any uncommitted changes on them
anyway.
Diffstat (limited to 'lib/sqlalchemy/databases')
0 files changed, 0 insertions, 0 deletions