mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-03-09 12:01:37 -04:00
* change simple execute to open a new connection and close it every query * updated tests for simple execute * removed an unnecessary connect * refactored code to be more readable * global try catch on simple execute * added multiple execution test * update execution to be asynchrous; update tests to account for asynchrounous nature