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/option-types.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'odb/option-types.hxx') diff --git a/odb/option-types.hxx b/odb/option-types.hxx index 683095d..60d602a 100644 --- a/odb/option-types.hxx +++ b/odb/option-types.hxx @@ -17,8 +17,7 @@ struct database mysql, oracle, pgsql, - sqlite, - tracer + sqlite }; database (value v = value (0)) : v_ (v) {} -- cgit v1.1