From 458779f49a789e403cf108ac04b6fa035cb06810 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 9 Apr 2013 10:04:37 +0200 Subject: Enable --generate-schema-only option for separate schema format --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 899267c..ccd7a42 100644 --- a/NEWS +++ b/NEWS @@ -22,6 +22,11 @@ Version 2.3.0 * The generated database schemas now explicitly specify NULL for nullable columns. + * The generated separate C++ schema file (--schema-format separate) no + longer includes the generated header file (-odb.hxx). As a result, it is + now possible to use the --generate-schema-only and --at-once options to + generate a combined C++ schema file for several headers. + Version 2.2.0 * Multi-database support. This mechanism allows an application to -- cgit v1.1