From cd44a367fd73293b1c8edc36aa61667ca020a2eb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 5 Mar 2012 11:59:00 +0200 Subject: Add support for generating schema creation code into separate C++ file --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'NEWS') 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 -- cgit v1.1