natefinch / npipe

A Windows named pipe implementation written in pure Go.
MIT License
297 stars 73 forks source link

add DialExisting #35

Open shueybubbles opened 1 year ago

shueybubbles commented 1 year ago

Fixes #34 We don't want to loop on ERROR_FILE_NOT_FOUND errors when connecting to SQL Server from github.com/microsoft/go-mssqldb