diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-03 16:05:14 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-03 16:05:14 +0200 |
commit | db1bec04ae8b70281c61ffc468126445a612ae28 (patch) | |
tree | c0816544ab86d054963abba3e953b8aa15b6a733 /common | |
parent | 547db267d28b0cde50166c67c74d5d99ef32acd4 (diff) |
Test custom id column name propagation to polymorphic-ref's
Diffstat (limited to 'common')
-rw-r--r-- | common/inheritance/polymorphism/test1.hxx | 2 |
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; |