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
+2 -1
View File
@@ -2,6 +2,7 @@
#define QUERY_QUERY_CONTEXT_HPP
#include "matador/sql/record.hpp"
#include "matador/sql/table.hpp"
namespace matador::sql {
@@ -9,7 +10,7 @@ struct query_context
{
std::string sql;
std::string command_name;
std::string table_name;
sql::table table{""};
record prototype;
std::vector<std::string> result_vars;
std::vector<std::string> bind_vars;