aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-04-25 07:34:36 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-04-25 07:34:36 +0200
commit5ced83875191cf9e0f395af79f45babd6fae3d29 (patch)
tree471026d76ed78ce5106bb4c9b0cc30e6551e1591 /NEWS
parentb0e61f10f4cf1b90a4fa2252f111137ebbcd3e66 (diff)
Add default constructor, finalized() accessor to transaction
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9bb30a1..caa8f44 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,12 @@ Version 2.3.0
(the default schema name). For more information, refer to Section 3.4,
"Database" in the ODB manual.
+ * The transaction class now provides the default constructor that allows
+ the creation of a finalized transactions which can then be re-initialized
+ with the reset() function. The finalized() accessor has also been added
+ which allows querying of the finalized state. For more information, refer
+ to Section 3.5, "Transactions" in the ODB manual.
+
* New option, --fkeys-deferrable-mode, specifies the alternative deferrable
mode for foreign keys. By default, the ODB compiler generates deferred
foreign keys for databases that support them (SQLite, PostgreSQL, and