mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-16 04:47:18 +08:00
Wrote down remaining steps for next release
This commit is contained in:
parent
bfd13c6743
commit
569f0ff2eb
@ -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<typename Db = void,
|
||||
|
Loading…
Reference in New Issue
Block a user