aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/polymorphic-object-result.txx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-01-09 14:50:26 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-01-16 07:42:55 +0200
commitecacd1fab70b761f3588165630c1ade7a88c0c24 (patch)
treec97685548b89d45d57a5d1fc08ce40adad5d4ac4 /odb/oracle/polymorphic-object-result.txx
parent36946d9cee6698e0629c8d03e88f01238fd06410 (diff)
Implement two-phase session insertion
On the first step an uninitialized object is inserted into the cache as before (this is necessary to handle recursive loading). The second step is to notify the session that the object has been initialized. On this second step the session can perform change tracking preparations, such as make a copy of the object or reset the modification flag. New test: common/session/custom (implements a custom session that uses copies to track changes).
Diffstat (limited to 'odb/oracle/polymorphic-object-result.txx')
-rw-r--r--odb/oracle/polymorphic-object-result.txx1
1 files changed, 1 insertions, 0 deletions
diff --git a/odb/oracle/polymorphic-object-result.txx b/odb/oracle/polymorphic-object-result.txx
index 7635403..7fcb194 100644
--- a/odb/oracle/polymorphic-object-result.txx
+++ b/odb/oracle/polymorphic-object-result.txx
@@ -172,6 +172,7 @@ namespace odb
ce = callback_event::post_load;
pi.dispatch (info_type::call_callback, this->db_, pobj, &ce);
+ object_traits::pointer_cache_traits::initialize (ig.position ());
ig.release ();
}