mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-02-19 20:58:28 -06:00
Added tag to indicate that an expression contains an aggregate function
This commit is contained in:
@@ -49,7 +49,7 @@ namespace sqlpp
|
||||
using _provided_tables = detail::type_set<AliasProvider>;
|
||||
using _provided_outer_tables = detail::type_set<>;
|
||||
using _extra_tables = detail::type_set<>;
|
||||
using _can_be_null = std::false_type;
|
||||
using _tags = detail::type_set<>;
|
||||
};
|
||||
|
||||
static_assert(required_tables_of<Table>::size::value == 0, "table aliases must not depend on external tables");
|
||||
|
||||
Reference in New Issue
Block a user