mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-05-25 05:38:45 -05:00
Fixed all_of(alias_table)
For real this time, I hope :-)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user