From e1c9e5a496b319f9ec7869dab1287b0c57ab17c1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 18 Sep 2015 18:50:35 +0200 Subject: Fix sqlite::single_connection interface --- doc/manual.xhtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/manual.xhtml') diff --git a/doc/manual.xhtml b/doc/manual.xhtml index 8a50605..cf9d8e5 100644 --- a/doc/manual.xhtml +++ b/doc/manual.xhtml @@ -21609,8 +21609,8 @@ namespace odb class single_connection: public connection { public: - single_connection (database_type&); - single_connection (database_type&, MYSQL*); + single_connection (database&, int extra_flags = 0); + single_connection (database&, sqlite3*); }; typedef details::shared_ptr<single_connection> single_connection_ptr; -- cgit v1.1