From 19247f9be2c29274087af1e96a672c83b5d03833 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Thu, 20 Oct 2011 10:33:13 +0200 Subject: Disable generation of inline foreign key constraints --- odb/relational/oracle/schema.cxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'odb/relational/oracle') diff --git a/odb/relational/oracle/schema.cxx b/odb/relational/oracle/schema.cxx index 045084a..029b51c 100644 --- a/odb/relational/oracle/schema.cxx +++ b/odb/relational/oracle/schema.cxx @@ -149,6 +149,11 @@ namespace relational else os << " DEFAULT " << static_cast (e.value ()); } + + virtual void + reference (semantics::data_member&) + { + } }; entry object_columns_; -- cgit v1.1