mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 01:25:40 -05:00
- On Connecting to a server with no DB specified, we will actually get a connection to Master or some default DB. - This DB should be used when notifying others of a new connection, and when returning information to the caller so that the correct name can be displayed in the UI. - Added basic unit tests to cover this scenario