From 1f830b2415494b6fabb6be9b6d04e120cc73a163 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Thu, 10 Nov 2011 12:49:25 +0200 Subject: Set LOB parameter capacity in runtime instead of in generated code --- odb/relational/oracle/source.cxx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/odb/relational/oracle/source.cxx b/odb/relational/oracle/source.cxx index 68cd367..244ab7b 100644 --- a/odb/relational/oracle/source.cxx +++ b/odb/relational/oracle/source.cxx @@ -318,13 +318,8 @@ namespace relational << b << ".size = 0;" << "}" << "else" << endl - << "{" - //@@ Modify to less than the total size to see what happens - // - << b << ".capacity = 4096;" << b << ".size = reinterpret_cast (&" << arg << "." << mi.var << "position_context);" - << "}" << endl; } -- cgit v1.1