From 7ce07d1c371e32e474897e8b03da7e330aaefb57 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 6 Sep 2011 16:56:07 +0200 Subject: Support for views; native part --- odb/pgsql/object-statements.txx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'odb/pgsql/object-statements.txx') diff --git a/odb/pgsql/object-statements.txx b/odb/pgsql/object-statements.txx index c568ca7..c204ae6 100644 --- a/odb/pgsql/object-statements.txx +++ b/odb/pgsql/object-statements.txx @@ -18,6 +18,12 @@ namespace odb { template object_statements:: + ~object_statements () + { + } + + template + object_statements:: object_statements (connection_type& conn) : object_statements_base (conn), container_statement_cache_ (conn), -- cgit v1.1