From cb2add469737f428bc5df00b13b0bed82c30c187 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 3 Dec 2012 13:12:13 +0200 Subject: Add support for executing common query using static interface --- odb/sqlite/connection.hxx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'odb/sqlite/connection.hxx') diff --git a/odb/sqlite/connection.hxx b/odb/sqlite/connection.hxx index 6dd8292..43c540c 100644 --- a/odb/sqlite/connection.hxx +++ b/odb/sqlite/connection.hxx @@ -81,7 +81,11 @@ namespace odb template prepared_query - prepare_query (const char* name, const query&); + prepare_query (const char* name, const sqlite::query_base&); + + template + prepared_query + prepare_query (const char* name, const odb::query_base&); // SQL statement tracing. // -- cgit v1.1