aboutsummaryrefslogtreecommitdiff
path: root/common/query
diff options
context:
space:
mode:
Diffstat (limited to 'common/query')
-rw-r--r--common/query/driver.cxx2
1 files changed, 0 insertions, 2 deletions
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<person> (query::last_name == "Doe"));
@@ -427,7 +426,6 @@ main (int argc, char* argv[])
t.commit ();
}
-#endif
// Test uncached result.
//