bendsql
bendsql copied to clipboard
fix: re-format the query-id
Because the query-id format in databend query will be changed from a-b-c-d to abcd in this https://github.com/databendlabs/databend/pull/17947, so the driver need to do the same.
We change the code where generate query-id by replacing the - in query-id.
This pr should be merged after the databend query make compatibility.