From 10e1c1963096586b484988958539756385ce2c35 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 8 Nov 2011 12:36:25 +0200 Subject: Get rid of special tracer database The include, types, and pragma tests have been moved to the common/ directory while the object test has been merged into common/lifecycle. The transaction test will be re-implemented as common/ test as soon as SQL statement tracing support is merged. --- odb/processor.cxx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'odb/processor.cxx') diff --git a/odb/processor.cxx b/odb/processor.cxx index 2779957..590042c 100644 --- a/odb/processor.cxx +++ b/odb/processor.cxx @@ -19,11 +19,8 @@ process (options const& ops, semantics::unit& unit, semantics::path const&) { // Process types. // - if (ops.database () != database::tracer) - { - auto_ptr ctx (create_context (cerr, unit, ops, 0)); - relational::process (); - } + auto_ptr ctx (create_context (cerr, unit, ops, 0)); + relational::process (); } catch (operation_failed const&) { -- cgit v1.1