From 993a4a9b102161f9a5f52ea1d3f70e71307d626c Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Thu, 20 Oct 2011 10:41:13 +0200 Subject: Disable auto_id initialization hook for Oracle This is not necessary and is more complex than originally thought due to the possibility of auto_id columns having a char* image type. --- odb/relational/oracle/source.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/odb/relational/oracle/source.cxx b/odb/relational/oracle/source.cxx index cd943ec..d50808a 100644 --- a/odb/relational/oracle/source.cxx +++ b/odb/relational/oracle/source.cxx @@ -754,9 +754,8 @@ namespace relational class_ (base const& x): base (x) {} virtual void - init_auto_id (semantics::data_member&, string const& im) + init_auto_id (semantics::data_member&, string const&) { - os << im << "value = 0;"; } virtual void -- cgit v1.1