mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-05-18 09:18:21 -05:00
Minor cleanup.
This commit is contained in:
@@ -52,7 +52,6 @@ namespace sqlpp
|
||||
struct remove_policies_t
|
||||
{
|
||||
using _database_t = Db;
|
||||
|
||||
using _statement_t = remove_t<Db, Policies...>;
|
||||
|
||||
struct _methods_t: public Policies::template _methods_t<remove_policies_t>...
|
||||
|
||||
@@ -56,7 +56,6 @@ namespace sqlpp
|
||||
struct select_t;
|
||||
|
||||
#warning STEPS:
|
||||
#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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user