diff options
Diffstat (limited to 'common/view/test.hxx')
-rw-r--r-- | common/view/test.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/common/view/test.hxx b/common/view/test.hxx index 3ba6745..dc3439c 100644 --- a/common/view/test.hxx +++ b/common/view/test.hxx @@ -382,7 +382,9 @@ struct view10 // // Composite in object. // -#pragma db view object(person) query((?) + "ORDER BY" + person::age) +#pragma db view object(person) \ + query((person::measures.weight > 60 && person::measures.hight < 190) \ + + "ORDER BY" + person::age) struct view11 { std::string last_name; |