summaryrefslogtreecommitdiff
path: root/odb/mysql/common.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/mysql/common.hxx')
-rw-r--r--odb/mysql/common.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/odb/mysql/common.hxx b/odb/mysql/common.hxx
index fb1f2a3..3044aa9 100644
--- a/odb/mysql/common.hxx
+++ b/odb/mysql/common.hxx
@@ -66,9 +66,13 @@ namespace mysql
}
};
- virtual void
+ // The false return value indicates that no further callbacks
+ // should be called for this member.
+ //
+ virtual bool
pre (member_info&)
{
+ return true;
}
virtual void
@@ -248,7 +252,7 @@ namespace mysql
virtual void
composite (semantics::data_member&, semantics::type&);
- virtual void
+ virtual bool
column (semantics::data_member&, string const&, bool);
private: