diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-10-27 15:08:24 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-10-27 15:08:24 +0200 |
commit | ea69ce02657386af83dd61844c4094bc455ca386 (patch) | |
tree | 0175de8e718299902b31c3c8a04d4c8e1049c89f | |
parent | a2638eb3a49c8774f64be4986641d5f3971893c4 (diff) |
Add missing stream_result() call
-rw-r--r-- | odb/oracle/object-statements.txx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/odb/oracle/object-statements.txx b/odb/oracle/object-statements.txx index 900775a..5fb186a 100644 --- a/odb/oracle/object-statements.txx +++ b/odb/oracle/object-statements.txx @@ -71,6 +71,7 @@ namespace odb // those before we call the post callback. // object_traits::init (*l.obj, image (), db); + find_->stream_result (); object_traits::load_ (*this, *l.obj); // Load containers, etc. if (!delayed_.empty ()) |