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/makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'odb/makefile') diff --git a/odb/makefile b/odb/makefile index 97617d0..c90ac88 100644 --- a/odb/makefile +++ b/odb/makefile @@ -53,6 +53,11 @@ relational/mysql/header.cxx \ relational/mysql/source.cxx \ relational/mysql/schema.cxx +# +# +cxx_ptun += \ +relational/oracle/context.cxx + # Relational/PostgreSQL # cxx_ptun += \ -- cgit v1.1