From 03fbd42bd45c30875f1a5c3c52062550e4a8a7f9 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Thu, 29 Sep 2011 16:03:54 +0200 Subject: Implement SQL type parsing and C++ type mappings for Oracle --- odb/context.cxx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'odb/context.cxx') diff --git a/odb/context.cxx b/odb/context.cxx index 0ca6157..fec6457 100644 --- a/odb/context.cxx +++ b/odb/context.cxx @@ -10,9 +10,7 @@ #include #include -// @@ Uncomment once implemented. -// -// #include +#include #include #include @@ -114,9 +112,7 @@ create_context (ostream& os, semantics::unit& unit, options const& ops) } case database::oracle: { - // @@ Uncomment once implemented. - // - // r.reset (new relational::oracle::context (os, unit, ops)); + r.reset (new relational::oracle::context (os, unit, ops)); break; } case database::pgsql: -- cgit v1.1