diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-02-08 06:33:31 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-02-08 06:33:31 +0200 |
commit | f4131327a7d768689b18dd9cc1c1c64fa6c21d1f (patch) | |
tree | 375844c8a324c968cecbab49232aa138f2d5de31 /common/schema/namespace/test.hxx | |
parent | 7dbf58f9486fb3b3a021bbfab9df03af5a8f0fb3 (diff) |
Misc fixes
Diffstat (limited to 'common/schema/namespace/test.hxx')
-rw-r--r-- | common/schema/namespace/test.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/schema/namespace/test.hxx b/common/schema/namespace/test.hxx index 44d5c60..70b19aa 100644 --- a/common/schema/namespace/test.hxx +++ b/common/schema/namespace/test.hxx @@ -147,10 +147,10 @@ struct object_view std::string str; }; -#pragma db view table(DB_SCHEMA."schema_object_1") +#pragma db view table(DB_SCHEMA."schema_ns_object_1") struct table_view { - #pragma db column(DB_SCHEMA."schema_object_1"."str") + #pragma db column(DB_SCHEMA."schema_ns_object_1"."str") std::string str; }; |