aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/no-id-object-result.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-11-26 10:58:50 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-11-26 10:58:50 +0200
commit76a03fd7964b85cdc1a903df79bfd47711c720e9 (patch)
tree4c73f15b891746990b62e9a33b75c7feb2989b8d /odb/oracle/no-id-object-result.hxx
parent7a3b76479162e3e3fe6c425f7bb20eaea8f41e17 (diff)
Reimplement image copying for Oracle
Now we no longer "steal" descriptors (destructive copy). Instead, for LOBs, we clone the locator using OCILobAssign(). For date-time types we extract the data during copying. As a result of this change we no longer need to track image changes and rebind the statements.
Diffstat (limited to 'odb/oracle/no-id-object-result.hxx')
-rw-r--r--odb/oracle/no-id-object-result.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/oracle/no-id-object-result.hxx b/odb/oracle/no-id-object-result.hxx
index f3a695b..53f3482 100644
--- a/odb/oracle/no-id-object-result.hxx
+++ b/odb/oracle/no-id-object-result.hxx
@@ -66,7 +66,7 @@ namespace odb
typedef oracle::change_callback change_callback_type;
static void
- change_callback (void* context, binding*);
+ change_callback (void* context);
private:
details::shared_ptr<select_statement> statement_;