kjk / dbworkbench

Database workbench for Mac and Windows
MIT License
5 stars 1 forks source link

ui improvement: show table schema when 'Run Query' fails. #23

Open kjk opened 9 years ago

kjk commented 9 years ago

Currently, when "Run Query" fails, we only show error message.

screen shot 2015-04-26 at 6 54 40 pm

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.