entity query and record progress

This commit is contained in:
2024-03-04 20:09:39 +01:00
parent 830185c3c5
commit be610ffcad
31 changed files with 294 additions and 50 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ struct query_context
std::string sql;
std::string command_name;
sql::table table{""};
record prototype;
std::vector<column_definition> prototype;
std::vector<std::string> result_vars;
std::vector<std::string> bind_vars;
};