diff --git a/include/sqlpp11/cte.h b/include/sqlpp11/cte.h index af31e09a..fb84e3c7 100644 --- a/include/sqlpp11/cte.h +++ b/include/sqlpp11/cte.h @@ -37,6 +37,10 @@ namespace sqlpp { +// The cte is displayed as AliasProviderName except within the with: +// - the with needs the +// AliasProviderName AS (ColumnNames) (select/union) +// The result row of the select should not have dynamic parts template struct pre_cte_t {