aboutsummaryrefslogtreecommitdiff
path: root/odb
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-10-27 15:08:24 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-10-27 15:08:24 +0200
commitea69ce02657386af83dd61844c4094bc455ca386 (patch)
tree0175de8e718299902b31c3c8a04d4c8e1049c89f /odb
parenta2638eb3a49c8774f64be4986641d5f3971893c4 (diff)
Add missing stream_result() call
Diffstat (limited to 'odb')
-rw-r--r--odb/oracle/object-statements.txx1
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 ())