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/prepared-query.cxx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 odb/pgsql/prepared-query.cxx (limited to 'odb/pgsql/prepared-query.cxx') diff --git a/odb/pgsql/prepared-query.cxx b/odb/pgsql/prepared-query.cxx new file mode 100644 index 0000000..80f42ac --- /dev/null +++ b/odb/pgsql/prepared-query.cxx @@ -0,0 +1,16 @@ +// file : odb/pgsql/prepared-query.cxx +// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC +// license : GNU GPL v2; see accompanying LICENSE file + +#include + +namespace odb +{ + namespace pgsql + { + prepared_query_impl:: + ~prepared_query_impl () + { + } + } +} -- cgit v1.1