aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/no-id-object-result.txx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/sqlite/no-id-object-result.txx')
-rw-r--r--odb/sqlite/no-id-object-result.txx3
1 files changed, 2 insertions, 1 deletions
diff --git a/odb/sqlite/no-id-object-result.txx b/odb/sqlite/no-id-object-result.txx
index 9ffb836..3cd3086 100644
--- a/odb/sqlite/no-id-object-result.txx
+++ b/odb/sqlite/no-id-object-result.txx
@@ -39,7 +39,8 @@ namespace odb
const details::shared_ptr<select_statement>& s,
statements_type& sts)
: base_type (sts.connection ()),
- result_impl_base (q, s),
+ params_ (q.parameters ()),
+ statement_ (s),
statements_ (sts)
{
}