diff options
-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 ()) |