Altinity / clickhouse-grafana

Altinity Grafana datasource plugin for ClickHouse®
MIT License
713 stars 120 forks source link

WHERE field IN ('value1','value2') vs WHERE field IN ['value1','value2'] have side effects #506

Closed Slach closed 4 months ago

Slach commented 7 months ago

Proper legend image

Wrong legend image

queries shall not be affected of legend values, need compare types of fields in recordset in Query Inspector

Probably something wrong in sql_series.ts https://github.com/Altinity/clickhouse-grafana/blob/7be3f47053523ac186e3cdcc8d59895a2cb5e1fe/src/sql_series.ts#L119