query progress

This commit is contained in:
2024-02-28 18:02:12 +01:00
parent b9709d14c2
commit 7e1713ddd3
25 changed files with 405 additions and 221 deletions
+4
View File
@@ -5,5 +5,9 @@ namespace matador::sql {
query_part::query_part(sql::dialect::token_t token)
: token_(token) {}
dialect::token_t query_part::token() const
{
return token_;
}
}