aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/prepared-query.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-10-15 13:17:30 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-10-15 13:17:30 +0200
commite4b2a3484d7a640ff84803e0d9374c93063a151e (patch)
tree367314821b69717f2c96856163dd874cedd5a110 /odb/pgsql/prepared-query.hxx
parentfef380f6c9a5fb9904d551478fe180a9c5d24b37 (diff)
Implement early connection release
Diffstat (limited to 'odb/pgsql/prepared-query.hxx')
-rw-r--r--odb/pgsql/prepared-query.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/odb/pgsql/prepared-query.hxx b/odb/pgsql/prepared-query.hxx
index 9b90688..3e2e165 100644
--- a/odb/pgsql/prepared-query.hxx
+++ b/odb/pgsql/prepared-query.hxx
@@ -23,6 +23,8 @@ namespace odb
virtual
~prepared_query_impl ();
+ prepared_query_impl (odb::connection& c): odb::prepared_query_impl (c) {}
+
pgsql::query_base query;
};
}