Editing Clickhouse query in extended view of SQL Editor is resetting the query #729
Labels
datasource/ClickHouse
duplicate
This issue or pull request already exists
effort/none
type/bug
Something isn't working
What happened:
This only happens with Clickhouse data source while SQL Editor is extended.
Anything edited in extended view of SQL Editor will be resetted to the latest/default state of query.
What you expected to happen:
No problems with writing query in extended view (+ option).
How to reproduce it (as minimally and precisely as possible):
Write simple query in non extended view (+ should be visible).
Extend the view (- should be visible) and make some changes to the query. Break some lines and add where clause.
Do some clicking around, run the query and some more clicking.
After a very short time the query will reset to latest/default state of query that was in non extended view.
Attaching GIF as well.
First there is query in non extended view (visible +).
Then I switch to extended view (visible -), problem of query resets is visible here.
Then I switch back to non extended view (visible +), no problems here.
Then I switch again back to extended view (visible -) and problem of query reset is visible again.
Screenshots
Anything else we need to know?:
Environment:
The text was updated successfully, but these errors were encountered: