added criteria_evaluator and extended all criteria classes with missing methods

This commit is contained in:
2025-10-26 19:57:22 +01:00
parent 5d53addc60
commit 69ce2c34cf
29 changed files with 541 additions and 69 deletions
@@ -14,8 +14,7 @@ namespace matador::sql {
class sql_error;
class statement_impl
{
class statement_impl {
protected:
explicit statement_impl(query_context query, size_t start_bind_pos);