From 99a42b94dcb9de7f36190b1eb79e03cca777beb0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 10 Feb 2012 15:06:17 +0200 Subject: Use correct truncation vector in container loading code --- odb/relational/source.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'odb/relational/source.hxx') 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 ())" << "{" -- cgit v1.1