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/option-types.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'odb/option-types.hxx') diff --git a/odb/option-types.hxx b/odb/option-types.hxx index b674eae..3e86d77 100644 --- a/odb/option-types.hxx +++ b/odb/option-types.hxx @@ -8,6 +8,10 @@ #include +#include + +using semantics::relational::qname; + struct database { enum value -- cgit v1.1