Gleb Teterin
Gleb Teterin
@MDrooker your configuration works for me just fine
Any update on this one? Is the project dead?
Thanks, @dhui. I'll look into those flags and add something by the next week
The required changes are done, but I'm getting some flaky errors. @dhui any ideas what could it be?
I would love this functionality to be implemented
~~Getting the same issue after updating to 1.8.0~~ ~~We have only 10 databases~~ Edit: I was getting `"Object Exporer task didn't complete within 45 seconds"` error, however login under a...
@kburtram I updated my comment. The issue was resolved by using a different db user, I guess it's something to do with permissions.
In my case it was an attempt to connect to freeSSHd: http://www.freesshd.com/ (identifies as SSH-2.0-WeOnlyDo 2.4.3) In the Dial we expect to get a status code, but the freeSSHd replies...
Ping @jmoiron
I faced the same issue today. The reason is the line 51 overrides resultStr in line 49: https://github.com/tcnksm/go-input/blob/bbe13e92fa7dda71a4e012e3f427df11866c7651/read.go#L49 https://github.com/tcnksm/go-input/blob/bbe13e92fa7dda71a4e012e3f427df11866c7651/read.go#L51 Will provide a pull request tomorrow.