mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-15 09:35:37 -05:00
* Added the query to get big data cluster endpoints Added bigDataClusterEndpoints to ObjectExplorerSession Added bigDataClusterEndpoints to ServerInfo Fixes some tests. * Removed bigDataClusterEndpoints from session * Since server property to get IsBigDataCluster is not implemented yet, use query of sys.asseblies instead to unblock us. Need to use server property when it is available Add options to ServerInfo, so no need to change the contract in the further when adding new properties. Will move the existing properties to option later * Undo changes not needed * Resolved PR comments. * Fixed node is null exception when can't find NodePath. * Added comments * Removed not used using * Catch sqlException for the reader of BDC endpoints and set empty list to the option. * Added comments for returning empty nodes.