housepower / ckman

This is a tool which used to manage and monitor ClickHouse database
Apache License 2.0
433 stars 108 forks source link

fix: remove quotes in case of tuple partition name #265

Open sarthaksahni opened 1 year ago

sarthaksahni commented 1 year ago

The partition names may contain single quote in case it's a tuple with one of the member being a string. I faced this issue, and thought it might be helpful in future.