aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/object-statements.txx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-09-06 16:54:06 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-09-06 16:54:06 +0200
commit1b1cb92a27592da6ab9300b2c5c8384f7588e2af (patch)
tree2c4a92f14c303ff3aaced4e7b073f7180c0c5d6a /odb/sqlite/object-statements.txx
parent7d3f2b0badf4298bca53936d22a0a22c74538713 (diff)
Support for views; native part
Diffstat (limited to 'odb/sqlite/object-statements.txx')
-rw-r--r--odb/sqlite/object-statements.txx6
1 files changed, 6 insertions, 0 deletions
diff --git a/odb/sqlite/object-statements.txx b/odb/sqlite/object-statements.txx
index 9cd8344..04d57c8 100644
--- a/odb/sqlite/object-statements.txx
+++ b/odb/sqlite/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),