added criteria_evaluator and extended all criteria classes with missing methods
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
namespace matador::test::orm {
|
||||
test_statement::test_statement(const sql::query_context &query)
|
||||
: statement_impl(query) {}
|
||||
: statement_impl(query, 0) {}
|
||||
|
||||
utils::result<size_t, utils::error> test_statement::execute(const sql::parameter_binder &/*bindings*/) {
|
||||
using namespace std::chrono_literals;
|
||||
|
||||
Reference in New Issue
Block a user