aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-03-05 11:59:00 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-03-05 11:59:00 +0200
commitcd44a367fd73293b1c8edc36aa61667ca020a2eb (patch)
tree1e4ce550a525e23fb7c8c29f18ddda31b61bf066 /NEWS
parent2528431334b0c8aa07c85ec798be5fc9eb5b2add (diff)
Add support for generating schema creation code into separate C++ file
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f2ec0fd..890eae2 100644
--- a/NEWS
+++ b/NEWS
@@ -25,6 +25,12 @@ Version 1.9.0
7.2.1, "Composite Object Ids" in the ODB manual as well as the 'composite'
example in the odb-examples package.
+ * New schema format (--schema-format), 'separate', allows the generation
+ of the schema creation code into a separate C++ source file (called
+ 'name-schema.cxx' by default). This value is primarily useful if you
+ want to place the schema creation functionality into a separate program
+ or library.
+
Version 1.8.0
* Support for the Microsoft SQL Server database. The provided connection