From c6c075b0abe1eca28b63b1f619276ecdb5e28b5e Mon Sep 17 00:00:00 2001 From: Frank Park Date: Tue, 11 Apr 2017 01:28:04 -0400 Subject: [PATCH] Revert "Modify select.h to support connection_pool and pool_connection" This reverts commit ecd6a6aeb82e9206754d33a262dfeb4197211c40. --- include/sqlpp11/select.h | 53 ++++------------------------------------ 1 file changed, 5 insertions(+), 48 deletions(-) diff --git a/include/sqlpp11/select.h b/include/sqlpp11/select.h index 0cb79d25..824645c4 100644 --- a/include/sqlpp11/select.h +++ b/include/sqlpp11/select.h @@ -45,8 +45,6 @@ #include #include -#include - namespace sqlpp { struct select_name_t @@ -97,59 +95,18 @@ namespace sqlpp return blank_select_t().columns(columns...); } - template - blank_select_t dynamic_select(Args& ...) - { - static_assert(false, "Invalid database parameter"); - return {}; - } - - template