aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/statement.cxx
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-11-16 11:45:22 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-11-16 12:48:18 +0200
commitce623b4595beef09f51fdef7c6f28cc4c0efca45 (patch)
treebeb503962c5511164b46623d8ea26a54f7978108 /odb/oracle/statement.cxx
parent65b89ab22d0d2fe3cff2f3c071b3628b786afeb5 (diff)
Allocate position context in lob struct instead of in LOB image
Diffstat (limited to 'odb/oracle/statement.cxx')
-rw-r--r--odb/oracle/statement.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/oracle/statement.cxx b/odb/oracle/statement.cxx
index 33af160..ce3949f 100644
--- a/odb/oracle/statement.cxx
+++ b/odb/oracle/statement.cxx
@@ -88,7 +88,7 @@ namespace odb
{
chunk_position pos;
if (!(*b.callback->param) (b.context->param,
- l->position_context,
+ &l->position,
const_cast<const void**> (buffer),
size,
&pos,