some sql classes refactorings like column and table structs to classes

This commit is contained in:
Sascha Kühl
2025-11-14 16:16:07 +01:00
parent 34e6d41554
commit d1731a7f15
22 changed files with 428 additions and 130 deletions
+1
View File
@@ -34,6 +34,7 @@ struct query_context {
std::string sql;
sql_command command{};
std::string command_name{};
std::string schema_name{};
sql::table table{""};
std::vector<object::attribute_definition> prototype{};
std::vector<std::string> result_vars{};