Ken Collins
Ken Collins
What is the output of `tsql -C`, just curious.
The second one looks like a problem. That version is too and I do not see OpenSSL in there.
Right... but we have distilled that the issue is specifically TinyTds with a Net::SSH::Gateway and that `tsql` works just fine with it? Just making sure.
So Odd! I wonder if using a `freetds.conf` with the encrypted option would help signal to DBLIB in TinyTDS. Maybe there is something in Ruby's implementation that is lacking too?...
Can we test this more with 2.1.0.pre2?
Great bug report I can confirm the same behavior on TinyTDS master with latest FreeTDS, platform Darwin. Here is the code I wrote up in the TinyTDS test suite to...
I can confirm that `SET TEXTSIZE 314572800` which is 300MB does not help here. Mainly because this is for select/return sizes and what we are debugging is the insert. I...
A few points about this in no particular order: * TinyTDS is built on top of FreeTDS * We use the DB-Library interface. * Technically there is no DB-Library config...
Can you make some explicit recommendations that we could change?
This is not expected. The cookiecutter is written to work on Linux as far as I can tell... mostly because we encourage GitHub Actions which is a Linux host. I...