From c0931400a1c5f02cf145c90fd7e34216836efd88 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 12 Sep 2012 14:28:03 +0200 Subject: Implement --output-name, --generate-schema-only, and --at-once options --- NEWS | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 1e06550..ad93c1f 100644 --- a/NEWS +++ b/NEWS @@ -68,6 +68,19 @@ Version 2.1.0 "PostgreSQL Type Mapping" and 17.1, "SQL Server Type Mapping" in the ODB manual. + * New option, --output-name, specifies the alternative base name used to + construct the names of the generated files. Refer to the ODB compiler + command line interface documentation (man pages) for details. + + * New option, --generate-schema-only, instructs the ODB compiler to + generate the database schema only. Refer to the ODB compiler command + line interface documentation (man pages) for details. + + * New option, --at-once, triggers the generation of code for all the input + files as well as for all the files that they include at once. Refer to + the ODB compiler command line interface documentation (man pages) for + details. + * The id() pragma that was used to declare a persistent class without an object id has been renamed to no_id. -- cgit v1.1