denisenkom

Results 51 comments of denisenkom

Is it possible to reproduce this error?

I was not able to reproduce this issue. It works with and without port, here are different connections strings I tried: * user id=sa;password=sa;server=192.168.1.32;port=50397;database=master * user id=sa;password=sa;server=192.168.1.32\sqlexpress;database=master * user id=sa;password=sa;server=192.168.1.32\sqlexpress;port=50397;database=master...

Hi, I am working on Kerberos support for go-mssqldb. I am trying to understand how I can integrate with gokrb5. MSSQL supports SPNEGO mechanism, so I think I would use...

Hi @jcmturner, I am the owner of go-mssqldb. Please see my comment on same thread: https://github.com/jcmturner/gokrb5/issues/125#issuecomment-412310578

Looks like it passed after retry. I will try to look at this CR today.

I think it would be pretty non intuitive to have implicit conversion from 12345 to 1.2345. I would like to hear other opinions on that.

Hi @michiya, any chance this PR can be merged?

Development has moved to Microsoft's fork of this repository: https://github.com/microsoft/go-mssqldb. You should open this issue there.