From b2d84383f0bdc81e690e53c700ec8c5fe8cd84e1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 27 Oct 2011 15:09:50 +0200 Subject: Correct point at which stream_result() is called --- odb/oracle/object-result.txx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odb/oracle/object-result.txx b/odb/oracle/object-result.txx index 6921088..5048601 100644 --- a/odb/oracle/object-result.txx +++ b/odb/oracle/object-result.txx @@ -43,13 +43,13 @@ namespace odb typename object_traits::image_type& i (statements_.image ()); object_traits::init (obj, i, db); + statement_->stream_result (); // Initialize the id image and binding and load the rest of the object // (containers, etc). // typename object_traits::id_image_type& idi (statements_.id_image ()); object_traits::init (idi, object_traits::id (i)); - statement_->stream_result (); binding& idb (statements_.id_image_binding ()); if (idi.version != statements_.id_image_version () || idb.version == 0) -- cgit v1.1