From 569f0ff2ebe42955360f4bfc566a751a89f4c934 Mon Sep 17 00:00:00 2001 From: rbock Date: Mon, 19 May 2014 08:01:14 +0200 Subject: [PATCH] Wrote down remaining steps for next release --- include/sqlpp11/select.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/sqlpp11/select.h b/include/sqlpp11/select.h index 976d4ef4..552feafd 100644 --- a/include/sqlpp11/select.h +++ b/include/sqlpp11/select.h @@ -57,6 +57,11 @@ namespace sqlpp > struct select_t; +#warning STEPS: +#warning replace _select_column_t by _result_provider +#warning turn select into a variadic template (and have a empty_select which contains the default settings +#warning do the same with insert, update and remove +#warning deal with different return types in the connector (select could be a single value, update could be a range of rows) namespace detail { template