From 01a78620adb935f421eb9bd3f36e2c07ebe61e22 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 29 Apr 2012 11:47:09 +0200 Subject: Fix a few bugs --- odb/oracle/database.cxx | 2 +- odb/oracle/query.hxx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/odb/oracle/database.cxx b/odb/oracle/database.cxx index dd35305..bb086f6 100644 --- a/odb/oracle/database.cxx +++ b/odb/oracle/database.cxx @@ -33,7 +33,7 @@ namespace odb db_ (db), port_ (0), charset_ (charset), - ncharset_ (ncharset_), + ncharset_ (ncharset), environment_ (environment), factory_ (factory.transfer ()) { diff --git a/odb/oracle/query.hxx b/odb/oracle/query.hxx index 80c3b18..5d3d7ac 100644 --- a/odb/oracle/query.hxx +++ b/odb/oracle/query.hxx @@ -1186,7 +1186,7 @@ namespace odb }; template - struct query_column + struct query_column: lob_query_column { query_column (const char* table, const char* column) : lob_query_column (table, column) @@ -1195,7 +1195,7 @@ namespace odb }; template - struct query_column + struct query_column: lob_query_column { query_column (const char* table, const char* column) : lob_query_column (table, column) -- cgit v1.1