mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-28 01:25:44 -05:00
Fixed the issue with nodeType set to null for many sql objects in object explorer (#323)
* Fixed the issue with nodeType set to null for sql objects
This commit is contained in:
@@ -18,7 +18,7 @@ namespace Microsoft.SqlTools.ServiceLayer.ObjectExplorer.Nodes
|
||||
ScalarValuedFunction,
|
||||
TableValuedFunction,
|
||||
AggregateFunction,
|
||||
FileGroupInstance,
|
||||
FileGroup,
|
||||
StoredProcedure,
|
||||
UserDefinedTableType,
|
||||
View,
|
||||
|
||||
Reference in New Issue
Block a user