summaryrefslogtreecommitdiff
path: root/odb-tests/evolution/add-table/driver.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2024-04-29 18:55:24 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2024-05-03 14:33:32 +0300
commit41727cc1aa49780199f50291f82653a721a5a304 (patch)
tree6c99e481a4492eed10552c2ef8db88323083775d /odb-tests/evolution/add-table/driver.cxx
parent68ff3d1fa1c8eb86bf89b7b9cbad78a45f362672 (diff)
Add support for testing of libodb-oracle to odb-tests
Diffstat (limited to 'odb-tests/evolution/add-table/driver.cxx')
-rw-r--r--odb-tests/evolution/add-table/driver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb-tests/evolution/add-table/driver.cxx b/odb-tests/evolution/add-table/driver.cxx
index 36f4d15..1793553 100644
--- a/odb-tests/evolution/add-table/driver.cxx
+++ b/odb-tests/evolution/add-table/driver.cxx
@@ -32,7 +32,7 @@ main (int argc, char* argv[])
{
unique_ptr<database> db (create_database (argc, argv, false));
- db->schema_version_table ("evo_add_t_sv");
+ db->schema_version_table (quote_name ("evo_add_t_sv"));
bool embedded (schema_catalog::exists (*db));