Currently, when "Run Query" fails, we only show error message.
Often the problem is that the user mistyped column name. We should parse the query enough to see which tables where referenced and under error message show the structure of those tables, so that the user doesn't have to click on table in sidebar to find that out.
Currently, when "Run Query" fails, we only show error message.
Often the problem is that the user mistyped column name. We should parse the query enough to see which tables where referenced and under error message show the structure of those tables, so that the user doesn't have to click on table in sidebar to find that out.