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

Separate System Functions/Stored Procedures/Views From User Generated #22

Open dragnilar opened 6 years ago

dragnilar commented 6 years ago

The object explorer currently shows all user and system views/stored procedures/function nodes in their respective folders. They should be grouped into sub folders to help prevent users with navigating a database.

dragnilar commented 6 years ago

3698bd9e - Stored procedures are now separated between user defined and system via folders in the object explorer.

Functions and views still need to be separated out.