aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/statement.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-10-08 12:25:58 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-10-08 12:25:58 +0200
commitd20629df902528e9112d146d97e0523104a46619 (patch)
tree6178b2cffc00ac5513dcab4ed3e1f1e38b1da9ce /odb/oracle/statement.hxx
parent7b6785a77e9df669ce82df36f302e500f223e5fb (diff)
Fix issue with unbind data management in query with descriptors
Diffstat (limited to 'odb/oracle/statement.hxx')
-rw-r--r--odb/oracle/statement.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/odb/oracle/statement.hxx b/odb/oracle/statement.hxx
index ed8f298..bedddbc 100644
--- a/odb/oracle/statement.hxx
+++ b/odb/oracle/statement.hxx
@@ -51,8 +51,9 @@ namespace odb
protected:
struct unbind
{
- oracle::bind* bind; // Corresponding bind entry.
- void* value; // Actual value passed to OCIBindByPos.
+ oracle::bind::buffer_type type; // Bind type.
+ oracle::bind* bind; // Corresponding bind entry.
+ void* value; // Actual value passed to OCIBindByPos.
};
// Bind parameters for this statement. This function must only