generated from grafana/grafana-starter-datasource-backend
-
Notifications
You must be signed in to change notification settings - Fork 88
Closed
Labels
Description
What happened:
When constructing a query using Query Builder, if using the 'IN' operator for a filter, the generated SQL is not correct
What you expected to happen:
the generated SQL for XXX IN (1,2,3) would be expected to be
XXX IN (1,2,3)
Instead it produces
XXX IN '(1,2,3)'
How to reproduce it (as minimally and precisely as possible):
- Go to Query Builder, Query Type: Time Series
- Create a Filter using the 'IN' operator
- View the generated SQL Preview
Anything else we need to know?:
n/a
Environment:
- Grafana version:
- Plugin version: grafana-clickhouse-datasource v4.0.7
- OS Grafana is installed on:
- User OS & Browser:
- Others:
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done