summaryrefslogtreecommitdiff
path: root/odb/relational/source.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/relational/source.hxx')
-rw-r--r--odb/relational/source.hxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/odb/relational/source.hxx b/odb/relational/source.hxx
index a82fe6a..6296f74 100644
--- a/odb/relational/source.hxx
+++ b/odb/relational/source.hxx
@@ -2182,6 +2182,11 @@ namespace relational
}
virtual void
+ init_image_pre (type&)
+ {
+ }
+
+ virtual void
init_value_extra ()
{
}
@@ -2413,6 +2418,8 @@ namespace relational
os << "assert (sk != statement_update);"
<< endl;
+ init_image_pre (c);
+
os << "bool grew (false);"
<< endl;