aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/statement.hxx
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-09-08 08:49:02 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-09-08 08:49:02 +0200
commit35e4e0a52af198db73965a4e316d716d69c7eb81 (patch)
treec94635fc577198e6f70623f335adae5a9c600bee /odb/oracle/statement.hxx
parenta3eb3fedc5478b28a813b689daca88fc2ac6e50a (diff)
Rename insert_statement::id_bind_type union members
Diffstat (limited to 'odb/oracle/statement.hxx')
-rw-r--r--odb/oracle/statement.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/oracle/statement.hxx b/odb/oracle/statement.hxx
index cbdb2ce..4dcd804 100644
--- a/odb/oracle/statement.hxx
+++ b/odb/oracle/statement.hxx
@@ -126,8 +126,8 @@ namespace odb
{
union
{
- unsigned int int_;
- unsigned long long long_long_;
+ unsigned int value_32;
+ unsigned long long value_64;
} id;
sb2 ind;