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

Add Query Builder #17

Closed dragnilar closed 6 years ago

dragnilar commented 6 years ago

Add a query builder, similar to the one in SSMS so that users have a visual aid to create joins and other types of queries.

As of 4/30/18 this is about 45% finished. The code needs to be cleaned up and the queries created need to be sent to a query tab. A loading/wait message may also be desired as the query builder has to create a connection when it's instantiated, and this can take some time.

dragnilar commented 6 years ago

Implemented in 31d1855, needs to be cleaned up and refactored a little but it works.