From 4112448b5bcaed5140cd6a8f0b5c5499b1589f5c Mon Sep 17 00:00:00 2001 From: rbock Date: Mon, 19 Jan 2015 09:17:21 +0100 Subject: [PATCH] Some ideas --- include/sqlpp11/cte.h | 4 ++++ 1 file changed, 4 insertions(+) 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 {