Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #22: Solved slow SQL Server tests
* Turned OFF connection pooling on SQL Server connection string for tests - Found several discussions on this, e.g. dotnet/SqlClient#601 - Tried turning off pooling, and it solved the problem... * Upgraded SQL server docker image used in test from 2017-latest to latest (2019 at the time) - didn't make any difference, just to stay current.
- Loading branch information