moved query parts from intermediates declaration to definition file.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#include "matador/sql/query_part.hpp"
|
||||
|
||||
namespace matador::sql {
|
||||
|
||||
query_part::query_part(sql::dialect::token_t token)
|
||||
: token_(token) {}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user