aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-09-13 12:47:07 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-09-13 12:47:07 +0200
commitc94fb9e51326cf4528574e191f9375e9cb22c723 (patch)
tree370dc23eabb793d40d70cf15ab663010507b76ed /NEWS
parent519010bb77f813971570dceba068272ca2f5b600 (diff)
Add --omit-drop and --omit-create options
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 475765d..8502a73 100644
--- a/NEWS
+++ b/NEWS
@@ -85,6 +85,9 @@ Version 2.1.0
of custom SQL between the DROP and CREATE statements in the generated
database schema file.
+ * New options, --omit-drop and --omit-create, trigger the omission of DROP
+ and CREATE statements, respectively, from the generated database schema.
+
* New ODB manual section, 6.3 "Circular Relationships", explains how to
handle persistent classes with circular dependencies that are defined
in separate headers.