Tom Head
Tom Head
Ran into the same problem today, virtually the same setup on macOS. freetds 1.00.27, TinyTds 1.0.5, TDS 7.3. Not much else to add. Certainly seems like something going on in...
Did a bit more digging -- turns out FreeTDS will log if you set an environment variable (per http://www.freetds.org/userguide/logging.htm). Here is a sample session: ``` log.c:167:Starting log file for FreeTDS...
@itsfocus I was never able to figure this out. I suspect the issue may be in FreeTDS instead of tiny_tds, but I don't know enough about SQL Server to go...
freetds: stable 1.00.91 (bottled) tiny_tds: 2.1.2 Issue same as before ... connection is opened through the gateway but the initial request times out: ``` [snip] net.c:226:Connecting to 127.0.0.1 port 40777...
Second this. Note that it does not _always_ occur for projects using Guard. There may also be some interaction with Spring.
Also, if you run into this, entering `stty echo` (surrounded by backticks) will cause the input to resume echoing, with the trade-off that at a later point it may echo...