entity query and record progress
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user