diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-10-28 13:58:16 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-11-01 13:46:54 +0200 |
commit | 627e8761562fc2a622856c328706a94dca692186 (patch) | |
tree | 9bf07bdb4ba2584a200a8d1efdd547f5ab73b860 | |
parent | 1f84261ffcb3c6efbe450bf904e3e8c63f9f80e0 (diff) |
Enable query test 14 for Oracle
-rw-r--r-- | common/query/driver.cxx | 2 |
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. // |