aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-10-27 05:45:02 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-10-27 05:45:02 +0200
commitf5feb342ea7c849ba705f5691e2dc071d2e2800e (patch)
treeeaacf64621a73f57b53633c425d884469382db94
parentb69d68736371fc8e187c5809e0df05697a6ea57d (diff)
Proofreading fixes
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index ceb39be..b38239e 100644
--- a/NEWS
+++ b/NEWS
@@ -32,7 +32,7 @@ Version 2.3.0
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
+ the creation of finalized transactions which can then be re-initialized
with the reset() function. The finalized() accessor has also been added
which allows querying of the finalization state. For more information,
refer to Section 3.5, "Transactions" in the ODB manual.
@@ -40,7 +40,7 @@ Version 2.3.0
* 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
- Oracle) and comments the foreign keys out for database that don't (MySQL
+ Oracle) and comments the foreign keys out for databases that don't (MySQL
and SQL Server). This option can be used to override this behavior. Refer
to the ODB compiler command line interface documentation (man pages) for
details.