From 519010bb77f813971570dceba068272ca2f5b600 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 13 Sep 2012 12:21:06 +0200 Subject: Add --sql-interlude and --sql-interlude-file options --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index a9c8613..475765d 100644 --- a/NEWS +++ b/NEWS @@ -81,6 +81,10 @@ Version 2.1.0 the ODB compiler command line interface documentation (man pages) for details. + * New options, --sql-interlude and --sql-interlude-file, allow the insertion + of custom SQL between the DROP and CREATE statements in the generated + database schema file. + * 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