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/makefile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'odb/makefile') diff --git a/odb/makefile b/odb/makefile index 321b532..dbacb45 100644 --- a/odb/makefile +++ b/odb/makefile @@ -126,18 +126,17 @@ traversal/enum.cxx \ traversal/template.cxx \ traversal/union-template.cxx -# Traversal. -# -cxx_ptun += \ -traversal/relational/elements.cxx - # Driver units. # cxx_dtun := odb.cxx # Common units. # -cxx_ctun := option-types.cxx option-functions.cxx profile.cxx +cxx_ctun := \ +option-types.cxx \ +option-functions.cxx \ +profile.cxx \ +semantics/relational/name.cxx # Options file. # -- cgit v1.1