aboutsummaryrefslogtreecommitdiff
path: root/odb/relational/source.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-02-10 15:06:17 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-02-10 15:06:17 +0200
commit99a42b94dcb9de7f36190b1eb79e03cca777beb0 (patch)
treeeb1db1ebd7e32176c485ad7c0e1556ccc1f848d2 /odb/relational/source.hxx
parentc97804472d516b8bc6f9afa638e07c72fe7a08f7 (diff)
Use correct truncation vector in container loading code
Diffstat (limited to 'odb/relational/source.hxx')
-rw-r--r--odb/relational/source.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/relational/source.hxx b/odb/relational/source.hxx
index 0cfe74e..52ff093 100644
--- a/odb/relational/source.hxx
+++ b/odb/relational/source.hxx
@@ -1704,7 +1704,7 @@ namespace relational
os << endl
<< "if (r == select_statement::truncated)"
<< "{"
- << "grow (di, sts.data_image_truncated ());"
+ << "grow (di, sts.select_image_truncated ());"
<< endl
<< "if (di.version != sts.data_image_version ())"
<< "{"
@@ -1811,7 +1811,7 @@ namespace relational
<< "if (r == select_statement::truncated)"
<< "{"
<< "data_image_type& di (sts.data_image ());"
- << "grow (di, sts.data_image_truncated ());"
+ << "grow (di, sts.select_image_truncated ());"
<< endl
<< "if (di.version != sts.data_image_version ())"
<< "{"