From af12ffe836de09ec84f666effa4df347eeb07a43 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 26 Jan 2012 12:43:16 +0200 Subject: Implement support for database schema New pragma qualifier: namespace. New pragma specifier: schema. The table specifier was extended to accept a schema prefix. New option: --default- schema. The common/schema test was extended to cover the new functionality. --- odb/options.cli | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'odb/options.cli') diff --git a/odb/options.cli b/odb/options.cli index c92e4aa..61cc92e 100644 --- a/odb/options.cli +++ b/odb/options.cli @@ -143,6 +143,12 @@ class options profile." }; + qname --default-schema + { + "", + "Place database objects (tables, indexes, etc) into ." + }; + std::string --table-prefix { "", -- cgit v1.1