aboutsummaryrefslogtreecommitdiff
path: root/common/view/test.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'common/view/test.hxx')
-rw-r--r--common/view/test.hxx14
1 files changed, 1 insertions, 13 deletions
diff --git a/common/view/test.hxx b/common/view/test.hxx
index dee121c..4492600 100644
--- a/common/view/test.hxx
+++ b/common/view/test.hxx
@@ -405,25 +405,13 @@ struct view6b
#endif
struct view6c
{
-#ifndef DATABASE_ORACLE
#pragma db column("p.first")
-#else
- #pragma db column("\"p\".\"first\"")
-#endif
std::string first_name;
-#ifndef DATABASE_ORACLE
#pragma db column("p.last")
-#else
- #pragma db column("\"p\".\"last\"")
-#endif
std::string last_name;
-#ifndef DATABASE_ORACLE
- #pragma db column("e.name")
-#else
- #pragma db column("\"e\".\"name\"")
-#endif
+ #pragma db column("e"."name")
std::string employer;
};