aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle
diff options
context:
space:
mode:
Diffstat (limited to 'odb/oracle')
-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 bdbbc8a..d09b6a1 100644
--- a/odb/oracle/statement.cxx
+++ b/odb/oracle/statement.cxx
@@ -399,7 +399,7 @@ namespace odb
i++; // Column index is 1-based.
- void* value;
+ void* value (0);
sb4 capacity;
ub2* size (0);
bool callback (b->callback != 0);