From 627e8761562fc2a622856c328706a94dca692186 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Fri, 28 Oct 2011 13:58:16 +0200 Subject: Enable query test 14 for Oracle --- common/query/driver.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'common/query') diff --git a/common/query/driver.cxx b/common/query/driver.cxx index db95a85..d9d0f12 100644 --- a/common/query/driver.cxx +++ b/common/query/driver.cxx @@ -413,7 +413,6 @@ main (int argc, char* argv[]) // not invalidate the result. // cout << "test 014" << endl; -#ifndef DATABASE_ORACLE { transaction t (db->begin ()); result r (db->query (query::last_name == "Doe")); @@ -427,7 +426,6 @@ main (int argc, char* argv[]) t.commit (); } -#endif // Test uncached result. // -- cgit v1.1