aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/object-statements.txx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-09-06 16:56:07 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-09-06 16:56:07 +0200
commit7ce07d1c371e32e474897e8b03da7e330aaefb57 (patch)
tree2ee49af4fc317f189b9b12259fbabf16712cddb4 /odb/pgsql/object-statements.txx
parent3ee1f474f72d093e27974e040372c53342702b12 (diff)
Support for views; native part
Diffstat (limited to 'odb/pgsql/object-statements.txx')
-rw-r--r--odb/pgsql/object-statements.txx6
1 files changed, 6 insertions, 0 deletions
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 <typename T>
object_statements<T>::
+ ~object_statements ()
+ {
+ }
+
+ template <typename T>
+ object_statements<T>::
object_statements (connection_type& conn)
: object_statements_base (conn),
container_statement_cache_ (conn),