aboutsummaryrefslogtreecommitdiff
path: root/odb/relational/source.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/relational/source.hxx')
-rw-r--r--odb/relational/source.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/odb/relational/source.hxx b/odb/relational/source.hxx
index eae49a5..ce031b1 100644
--- a/odb/relational/source.hxx
+++ b/odb/relational/source.hxx
@@ -2906,6 +2906,7 @@ namespace relational
// This can only be top-level call so lock must succeed.
//
os << r_tr << "::statements_type::auto_lock l (sts);"
+ << "assert (l.locked ()) /* Must be a top-level call. */;"
<< endl
<< r_tr << "::id_image_type& i (sts.id_image ());"
<< r_tr << "::init (i, " << id << ");"