From db1bec04ae8b70281c61ffc468126445a612ae28 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 3 Jul 2015 16:05:14 +0200 Subject: Test custom id column name propagation to polymorphic-ref's --- common/inheritance/polymorphism/test1.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.1