From 6be194f680450cc1f7bf960f916a5ff9906c3e05 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 21 Feb 2011 15:11:05 +0200 Subject: Add recoverable, connection_lost, and timeout exceptions The deadlock exception now inherits from recoverable. New manual section: 3.5, "Error Handling and Recovery". --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index e33b7f7..e3fb895 100644 --- a/NEWS +++ b/NEWS @@ -16,6 +16,12 @@ Version 1.2.0 Note that you can still use the odb namespace when qualifying individual names, for example, odb::database. + * New exceptions: odb::recoverbale, odb::connection_lost, and odb::timeout. + The odb::recoverbale exception is a common base class for all recoverable + ODB exceptions. The other two exceptions plus odb::deadlock now inherit + from this base. Refer to Section 3.5, "Error Handling and Recovery" for + details. + * Support for connection validation (ping) in MySQL connection_pool_factory. This transparently deals with the MySQL server closing connections after a certain period of inactivity. -- cgit v1.1