From 8f59ca1a8d7093655f8f7d61f101abc6df3839d5 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 24 Mar 2011 12:35:08 +0200 Subject: Generalization work for MySQL and SQLite support --- odb/relational/sqlite/context.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'odb/relational/sqlite/context.cxx') diff --git a/odb/relational/sqlite/context.cxx b/odb/relational/sqlite/context.cxx index 2e888e3..6ed1740 100644 --- a/odb/relational/sqlite/context.cxx +++ b/odb/relational/sqlite/context.cxx @@ -73,6 +73,9 @@ namespace relational assert (current_ == 0); current_ = this; + data_->bind_vector_ = "sqlite::bind*"; + data_->truncated_vector_ = "bool*"; + // Populate the C++ type to DB type map. // for (size_t i (0); i < sizeof (type_map) / sizeof (type_map_entry); ++i) -- cgit v1.1