rename compile to build and added sql_hash to query_context
This commit is contained in:
@@ -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{};
|
||||
|
||||
Reference in New Issue
Block a user