From 1f7f9295bf4baf2b86ef5884b1c9929d0b31f758 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 30 Aug 2011 09:15:22 +0200 Subject: Document new connection constructor and create() factory callback --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index fac6eb6..41aa273 100644 --- a/NEWS +++ b/NEWS @@ -51,6 +51,13 @@ Version 1.6.0 more information, refer to Section 3.4, "Transactions" in the ODB manual. + * All the concrete connection classes now have a second constructor which + allows the creation of a connection instance from an already established + underlying connection handle. The connection_pool_factory and, in case of + SQLite, single_connection_factory now have a virtual create() function + that can be overridden to implement custom connection establishment and + configuration. + * Support for specifying the client character set for the MySQL database. For more information, refer to Section 11.2, "MySQL Database Class" in the ODB manual. -- cgit v1.1