aboutsummaryrefslogtreecommitdiff
path: root/odb/common.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-09-16 08:20:00 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-09-16 08:20:00 +0200
commitf6eda10b4014ea75af1be88ab3498618e390ea47 (patch)
tree5c91266323a1aeedeb7dc4ab1b0cf2c5c771e66c /odb/common.hxx
parent5a5bf7fc225ac225dbc03df55f6be7c56cb419aa (diff)
Diagnose (potentially) empty UPDATE statements with ROWVERSION
Diffstat (limited to 'odb/common.hxx')
-rw-r--r--odb/common.hxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/odb/common.hxx b/odb/common.hxx
index c4ecbaf..0fcd481 100644
--- a/odb/common.hxx
+++ b/odb/common.hxx
@@ -219,6 +219,14 @@ struct object_columns_base: traversal::class_, virtual context
virtual bool
section_test (data_member_path const&);
+ // Start/end traversal callbacks.
+ //
+ virtual void
+ traverse_pre (semantics::nameable&);
+
+ virtual void
+ traverse_post (semantics::nameable&);
+
public:
object_columns_base (bool first = true,
column_prefix const& cp = column_prefix (),