Skip to content

v1.1.0-alpha.13: Multiple Connection Simple Execute (#421)

Pre-release
Pre-release
Compare
Choose a tag to compare
@kevcunnane kevcunnane released this 28 Jul 20:53
* 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