From c94fb9e51326cf4528574e191f9375e9cb22c723 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 13 Sep 2012 12:47:07 +0200 Subject: Add --omit-drop and --omit-create options --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') 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. -- cgit v1.1