summaryrefslogtreecommitdiff
path: root/odb/relational/oracle/context.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/relational/oracle/context.cxx')
-rw-r--r--odb/relational/oracle/context.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/odb/relational/oracle/context.cxx b/odb/relational/oracle/context.cxx
index 2fa566c..a44e3ee 100644
--- a/odb/relational/oracle/context.cxx
+++ b/odb/relational/oracle/context.cxx
@@ -68,8 +68,9 @@ namespace relational
context (ostream& os,
semantics::unit& u,
options_type const& ops,
+ features_type& f,
sema_rel::model* m)
- : root_context (os, u, ops, data_ptr (new (shared) data (os))),
+ : root_context (os, u, ops, f, data_ptr (new (shared) data (os))),
base_context (static_cast<data*> (root_context::data_.get ()), m),
data_ (static_cast<data*> (base_context::data_))
{
@@ -80,6 +81,7 @@ namespace relational
need_alias_as = false;
insert_send_auto_id = true;
delay_freeing_statement_result = false;
+ need_image_clone = true;
data_->bind_vector_ = "oracle::bind*";
// Populate the C++ type to DB type map.