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/plugin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/plugin.cxx') diff --git a/odb/plugin.cxx b/odb/plugin.cxx index a93fd14..6117ba6 100644 --- a/odb/plugin.cxx +++ b/odb/plugin.cxx @@ -113,7 +113,7 @@ gate_callback (void*, void*) // Parse the GCC tree to semantic graph. // - parser p (*options_, loc_pragmas_, decl_pragmas_); + parser p (*options_, loc_pragmas_, ns_loc_pragmas_, decl_pragmas_); auto_ptr u (p.parse (global_namespace, file_)); // Validate, pass 1. -- cgit v1.1