From f6eda10b4014ea75af1be88ab3498618e390ea47 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 16 Sep 2013 08:20:00 +0200 Subject: Diagnose (potentially) empty UPDATE statements with ROWVERSION --- odb/common.hxx | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'odb/common.hxx') 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 (), -- cgit v1.1