rename compile to build and added sql_hash to query_context

This commit is contained in:
2026-04-06 11:52:55 +02:00
parent 57246d8742
commit d59b41d06c
6 changed files with 18 additions and 18 deletions
+1
View File
@@ -37,6 +37,7 @@ enum class return_mode {
struct query_context {
std::string sql;
size_t sql_hash{};
sql_command command{};
std::string command_name{};
std::string schema_name{};