From a049724c258a42af57d1ff572c3d15a3678e3875 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/mssql/query.ixx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'odb/mssql/query.ixx') diff --git a/odb/mssql/query.ixx b/odb/mssql/query.ixx index 18b856c..8683aa0 100644 --- a/odb/mssql/query.ixx +++ b/odb/mssql/query.ixx @@ -6,6 +6,12 @@ namespace odb { namespace mssql { + inline binding& query_base:: + parameters_binding () const + { + return binding_; + } + template inline void query_base:: append (val_bind v, const char* conv) -- cgit v1.1