aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/view-result.txx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/oracle/view-result.txx')
-rw-r--r--odb/oracle/view-result.txx9
1 files changed, 1 insertions, 8 deletions
diff --git a/odb/oracle/view-result.txx b/odb/oracle/view-result.txx
index 402a571..982a33d 100644
--- a/odb/oracle/view-result.txx
+++ b/odb/oracle/view-result.txx
@@ -129,7 +129,7 @@ namespace odb
template <typename T>
void view_result_impl<T>::
- change_callback (void* c, binding*)
+ change_callback (void* c)
{
view_result_impl<T>* r (static_cast<view_result_impl<T>*> (c));
@@ -140,13 +140,6 @@ namespace odb
else
*r->image_copy_ = im;
- // See comment in simple object_result for details on what's going
- // on here. Except for views, there is nothing else other than the
- // select binding, so just incrementing the binding version will
- // be sufficient.
- //
- r->statements_.image_binding ().version++;
-
im.change_callback_.callback = 0;
im.change_callback_.context = 0;