aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-09-12 14:28:03 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-09-12 14:28:03 +0200
commitc0931400a1c5f02cf145c90fd7e34216836efd88 (patch)
tree5e13c5864e5f3c944a316f9189eb87976c8908c0 /NEWS
parentf01ad68661d62af62087b7b1ae29628f028e9eaa (diff)
Implement --output-name, --generate-schema-only, and --at-once options
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
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.