aboutsummaryrefslogtreecommitdiff
path: root/mysql/template/test.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'mysql/template/test.hxx')
-rw-r--r--mysql/template/test.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql/template/test.hxx b/mysql/template/test.hxx
index c71a962..abac96e 100644
--- a/mysql/template/test.hxx
+++ b/mysql/template/test.hxx
@@ -8,7 +8,7 @@
#include <odb/core.hxx>
-#pragma odb object
+#pragma db object
struct object
{
object (unsigned long id)
@@ -20,7 +20,7 @@ struct object
{
}
- #pragma odb id
+ #pragma db id
unsigned long id_;
};