aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-07-03 16:05:14 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-07-03 16:05:14 +0200
commitdb1bec04ae8b70281c61ffc468126445a612ae28 (patch)
treec0816544ab86d054963abba3e953b8aa15b6a733
parent547db267d28b0cde50166c67c74d5d99ef32acd4 (diff)
Test custom id column name propagation to polymorphic-ref's
-rw-r--r--common/inheritance/polymorphism/test1.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/inheritance/polymorphism/test1.hxx b/common/inheritance/polymorphism/test1.hxx
index ae3dfa0..1110ee3 100644
--- a/common/inheritance/polymorphism/test1.hxx
+++ b/common/inheritance/polymorphism/test1.hxx
@@ -23,7 +23,7 @@ namespace test1
root () {}
root (unsigned long i, unsigned long n): id (i), num (n) {}
- #pragma db id
+ #pragma db id column("object_id")
unsigned long id;
unsigned long num;