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 Ability to Refresh The Object Explorer #27

Open dragnilar opened 6 years ago

dragnilar commented 6 years ago

The object explorer is currently lacking the ability to refresh it. As a result, if any object is changed, the user has to disconnect and reconnect to an instance before they can see what has been added/changed/removed in the object explorer.

While on this subject, it would probably be also good if renaming of objects could be done in real time, but that's probably a separate enhancement.

dragnilar commented 6 years ago

111a7fdd - Resolved bug with the new DX 18.1.X overlay wait form not going away after expanding various nodes, refreshing one and then expanding the same node again.

c94ced61 - Added ability to refresh database nodes.

Still need to add ability to refresh server/instance nodes, etc.

dragnilar commented 6 years ago

11c0518c - Added ability to refresh the nodes that do not have children (I.E. Columns, Functions, etc.)

A better way has been found with refreshing tables. SMO exposes a "refresh" method that can be used on columns/tables/etc that should probably be used in tandem with refreshes. So refreshing in general probably needs to be reworked a little.

dragnilar commented 6 years ago

3698bd9e - Added ability to refresh stored procedures. Works on both system and all stored procs.