From f6301d255912363acfc96697acdf9345bf2037af Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Fri, 14 Oct 2011 15:10:47 +0200 Subject: Generate select_statement::stream_result in Oracle source --- odb/relational/oracle/source.cxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'odb/relational/oracle') diff --git a/odb/relational/oracle/source.cxx b/odb/relational/oracle/source.cxx index cf4c705..3301d80 100644 --- a/odb/relational/oracle/source.cxx +++ b/odb/relational/oracle/source.cxx @@ -760,6 +760,12 @@ namespace relational { os << im << "value = 0;"; } + + virtual void + init_value_extra () + { + os << "sts.find_statement ().stream_result ();"; + } }; entry class_entry_; } -- cgit v1.1