summaryrefslogtreecommitdiff
path: root/odb-tests/evolution/drop-table/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb-tests/evolution/drop-table/driver.cxx')
-rw-r--r--odb-tests/evolution/drop-table/driver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb-tests/evolution/drop-table/driver.cxx b/odb-tests/evolution/drop-table/driver.cxx
index 8ef2e47..74407da 100644
--- a/odb-tests/evolution/drop-table/driver.cxx
+++ b/odb-tests/evolution/drop-table/driver.cxx
@@ -31,7 +31,7 @@ main (int argc, char* argv[])
{
unique_ptr<database> db (create_database (argc, argv, false));
- db->schema_version_table ("evo_drop_t_sv");
+ db->schema_version_table (quote_name ("evo_drop_t_sv"));
bool embedded (schema_catalog::exists (*db));