-
-
Notifications
You must be signed in to change notification settings - Fork 772
Closed
Labels
Description
If a query hits the timeout it shows a message like:
SQL query took too long. The time limit is controlled by the sql_time_limit_ms configuration option.
But the query is lost. Hitting the browser back button shows the query before the one that errored.
It would be nice if the query that errored was preserved for more tweaking. This would make it similar to how "invalid syntax" works since #1346 / #619.