mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-15 20:31:16 +08:00
Fixed all_of(alias_table)
For real this time, I hope :-)
This commit is contained in:
parent
4974d13600
commit
a9339b54ad
@ -54,7 +54,7 @@ namespace sqlpp
|
||||
static_assert(required_tables_of<Table>::size::value == 0, "table aliases must not depend on external tables");
|
||||
|
||||
using _name_t = typename AliasProvider::_name_t;
|
||||
using _column_tuple_t = std::tuple<column_t<table_alias_t, ColumnSpec>...>;
|
||||
using _column_tuple_t = std::tuple<column_t<AliasProvider, ColumnSpec>...>;
|
||||
|
||||
table_alias_t(Table table):
|
||||
_table(table)
|
||||
|
Loading…
Reference in New Issue
Block a user