Andrew Harper
Andrew Harper
Great progress, this is huge. Next steps: 1. restore the ruby version parameterization (I'm thinking `major.minor` if possible, and let the patch version float. Not sure if this will be...
> I am working on this today. Do we want ruby 2.5 in the build matrix, as it is already past eol? I would prefer to keep it on the...
> If I read this right, CircleCI Windows 2022 image does have sql server 2019 developer pre-installed. But I can see the old appveyor appears to have had a custom...
I agree, using the built-in SQL Server instance for the Windows jobs is probably the best option for now. I don't view _not_ being able to parameterize the SQL Server...
> Sounds good. Just to check for sure tough, we are saying only SQL Server 2019 for both windows and Linux is good? I think so, yes. We could probably...
We probably won't be this lucky, but I am a bit curious if the [setup_remote_docker](https://circleci.com/docs/2.0/configuration-reference/#setupremotedocker) feature would give a Linux docker connection if run from a Windows job? 🤔 If...
In the case of `options[:format] == :resultset`, you're not explicitly iterating the result object like you are with the other conditions. That is possibly one source of the problem. Try...
Hm, it seems much more likely that this is some sort of networking config problem than an issue with tiny_tds itself. For the first connection timeout, how long does that...
The code change itself looks reasonable, however we'll want to make sure the automated tests are passing before we merge this PR
> Is there anything I can do? Is it only a matter of passing the tests? Yes, that is the basic problem, but it comes in two forms: 1. The...