Rapolas Dangveckas

Results 3 issues of Rapolas Dangveckas

It seems that JUnit report support was released with the last merge, however there is no documentation how to use and setup. I would appreciate the readme.md update. [PR #176](https://github.com/kward/shunit2/commit/100ffe4dda539ebbe4ae9867132f08eeee8e80cb)...

documentation

For container setup we used ```/opt/mssql-tools/bin/sqlcmd``` to create needed Server Objects, like Linked server as part of pre-deployment. After changing version to ```FROM mcr.microsoft.com/mssql/server:2019-latest``` this binary executable is not accessible...

We just noticed, that SQLKata main classes like QueryFactory ```public class QueryFactory : IDisposable``` are not friendly for unit testing. Is there a reason for that?