]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
update
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 4 Sep 2006 23:55:38 +0000 (23:55 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 4 Sep 2006 23:55:38 +0000 (23:55 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 24898b02750ea3b592adec9d64802f0d2ff6a870..c011c6285b29f9d78a25f1daa62aa96ae0d053d9 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -23,6 +23,9 @@ step in case the given property references a non-compiled mapper
 (as it is using the sessioncontext plugin, etc), a lazy load operation
 will use that session by default if the parent object is not 
 persistent with a session already.
+- lazy loads will not fire off for an object that does not have a 
+database identity (why?  
+see http://www.sqlalchemy.org/trac/wiki/WhyDontForeignKeysLoadData)
 - unit-of-work does a better check for "orphaned" objects that are
 part of a "delete-orphan" cascade, for certain conditions where the 
 parent isnt available to cascade from.