aboutsummaryrefslogtreecommitdiff
path: root/view
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-11-18 11:37:33 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-11-18 11:37:33 +0200
commit58bde6bf60f6a87d5bba4d8bd21156335cef2bc6 (patch)
tree511dd371d4531f4bd24a11c69a504ed7f708c266 /view
parentf7a16c265622df5a4c6fb7441e9c8532e555615a (diff)
Correct erroneously quoted table identifier
Diffstat (limited to 'view')
-rw-r--r--view/driver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/driver.cxx b/view/driver.cxx
index 118b126..b0b6c4a 100644
--- a/view/driver.cxx
+++ b/view/driver.cxx
@@ -34,7 +34,7 @@ main (int argc, char* argv[])
try
{
#ifndef DATABASE_ORACLE
- db->execute ("DROP TABLE \"view_employee_extra\"");
+ db->execute ("DROP TABLE view_employee_extra");
#else
db->execute ("BEGIN "
" EXECUTE IMMEDIATE "