mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-26 01:25:38 -05:00
* Update schema compare extension to support SQL Login * Update schema compare extension to support SQL Login * Fixed the scenario where scmp file doesn't open as expected- cleaning up previous connect information and setting appropriate button states if either source or target info is missing. Also updated function getEndpointName to return empty string if serverName and databaseName aren't present, instead of partial information. * Addressed comments. Fixed var names and moved repeatitive code in a helper function.