bendsql icon indicating copy to clipboard operation
bendsql copied to clipboard

fix: re-format the query-id

Open hantmac opened this issue 5 months ago • 0 comments

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.

hantmac avatar May 16 '25 02:05 hantmac