aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-08-30 09:15:22 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-08-30 09:15:22 +0200
commit1f7f9295bf4baf2b86ef5884b1c9929d0b31f758 (patch)
treedd9aca57a028d8538d193cd150d631ef1c6f6aae /NEWS
parent2d9dc175ba91bc5310942838408c1e61dbd07083 (diff)
Document new connection constructor and create() factory callback
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
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.