From 29020cbfef6e3f797f7f76564d0f9b2663263f7b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 18 Mar 2013 14:13:37 +0200 Subject: Add separate exception for SQLite forced rollbacks --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 1fa6d31..a73d6b0 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,10 @@ Version 2.3.0 queries. For more information, refer to Section 4.1, "ODB Query Language" in the ODB manual. + * New SQLite-specific exception, odb::sqlite::forced_rollback, which is + thrown if SQLite forces a transaction to roll back. For more information, + refer to Section 16.5.6, "Forced Rollback". + Version 2.2.0 * Multi-database support. This mechanism allows an application to -- cgit v1.1