dragnilar / Databvase

A (sorta) lightweight query tool for MS Sql Server that makes usage of DevExpress to provide a rich user interface
3 stars 1 forks source link

When Query Errors Occur, Messages Tab Does Not Get Focused #9

Closed dragnilar closed 6 years ago

dragnilar commented 6 years ago

Currently when an error occurs with a query (I.E. Bad syntax, table doesn't exist, etc), the messages tab does not get focused on a query pane. The user has to manually select the messages tab to see what went wrong. A message should be sent to the query pane to have it switch the focus to the messages tab.

dragnilar commented 6 years ago

This has been resolved in a previous commit. The messages tab is now focused when error(s) occur during a query.