From fe69d94f3d2dcb37d69ac2d7a0f88ad5fce2ad5c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 1 Mar 2011 11:56:33 +0200 Subject: Add support for embedded database schemas New options: --schema-format, --default-schema. New example: schema/embedded. --- doc/odb-prologue.xhtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/odb-prologue.xhtml') diff --git a/doc/odb-prologue.xhtml b/doc/odb-prologue.xhtml index d3edc41..61826e2 100644 --- a/doc/odb-prologue.xhtml +++ b/doc/odb-prologue.xhtml @@ -74,7 +74,7 @@ name-odb.cxx (source file). Additionally, if the --generate-schema option is - specified and the target database supports it, the name.sql database - schema file is generated.

+ specified and the sql schema format is requested, + the name.sql database schema file is generated.

OPTIONS

-- cgit v1.1