Tags: srdan-bozovic-msft/go-mssqldb
Tags
wrap connection error (microsoft#58) * wrap connection error Then it's possible to assign error by errors.As to *net.OpError. It allows us to determine if connection timeouted or was refused. * remove forgotten log line * add comment to added LF trimming * record my change to CHANGELOG.md * wrap error only for >=go1.13 * fix imports for go1.13pre * make the test conditional for >=go1.13 * clear instance name for bad port test * clear instance name for all my tests
Implement shared memory dialer (microsoft#74) * Implement shared memory dialer * squelch logging * fix SSPI auth * add an SSPI test variation * centralize namedpipe dialer * fix min build for example * fix Linux build * update readme
Bug fix: Mark connection as not good when error on cancellation confi… …rmation (microsoft#68) * Mark connection as not good when error on cancellation confirmation (cherry picked from commit c996b77) * tests added (cherry picked from commit 2258616) * query tests added (cherry picked from commit 2fc4276) * return ServerError when failed to get cancelation confirmation * fix ci tests Co-authored-by: Eygin Semen Leonidovich <[email protected]>
add tlsmin connection parameter (microsoft#45) * add tlsmin connection parameter * fix typoe * fix param name * 1.3 is too new for old go * tls 1.3 is go 1.12+
PreviousNext