From b3f53fedcabb90c0b7e9b8ab002b35aab0861336 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 9 Sep 2011 12:18:39 +0200 Subject: New templated query_columns architecture We also now use the correct separate "role"-base join approach instead of having a single merged join for each table. --- common/inheritance/driver.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/inheritance/driver.cxx b/common/inheritance/driver.cxx index 9bb8477..ce72863 100644 --- a/common/inheritance/driver.cxx +++ b/common/inheritance/driver.cxx @@ -149,7 +149,8 @@ main (int argc, char* argv[]) // Query condition with hidden members. // - assert (!db->query (b_query::str == "base o2o2o2").empty ()); + assert ( + !db->query (o2_query::base::str == "base o2o2o2").empty ()); // Query condition with referenced composite member in base class. // -- cgit v1.1