clickhouse
clickhouse copied to clipboard
fix(fieldParsing): unable to parse column names with backquote (`)
if an insert query has column names wrapped with backquotes it will not be able to parse object keys.
Could you please add some tests for your changes?