From fef380f6c9a5fb9904d551478fe180a9c5d24b37 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 12 Oct 2012 17:24:44 +0200 Subject: Completion of prepared query support --- odb/pgsql/query.ixx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'odb/pgsql/query.ixx') diff --git a/odb/pgsql/query.ixx b/odb/pgsql/query.ixx index ef8ea77..178a6eb 100644 --- a/odb/pgsql/query.ixx +++ b/odb/pgsql/query.ixx @@ -6,6 +6,12 @@ namespace odb { namespace pgsql { + inline native_binding& query_base:: + parameters_binding () const + { + return native_binding_; + } + template inline void query_base:: append (val_bind v, const char* conv) -- cgit v1.1