Andrew Harper
Andrew Harper
> This should maybe change from a bool to a symbol enumeration, to support Application Intent Read Write The config option is now called `:application_intent` and supports a value of...
> It sounds like this work is just about done. Why is this issue still open? Historically on this project we have released features in accordance with needs from users....
It looks like @lambacck has started work on this over in https://github.com/rails-sqlserver/tiny_tds/pull/509. You could help this process along by investigating why that change has caused the CI job to fail,...
I've seen this before as well, and I don't like it... I agree TinyTDS should do a better job with this in my opinion.
2.1.0 is here: https://github.com/rails-sqlserver/tiny_tds/tree/v2.1.0 But I agree, 2.1.1 and 2.1.2 are missing, I assume this was an accidental oversight
What is the actual (example) sql you're running in both cases? If I understand your point, it's that something like: ```sql declare @handle int exec sp_prepare @handle output, '@a int,...
Are you sending your `sp_execute` calls in a single batch? Or like in a loop? Or a few at a time? How does that part work? BTW, you can just...
I can hack it for myself with `require devkit`, as mentioned in the last thread, but since that isn't good/safe, I'm out of ideas. It may also simply be an...
I can deal with that. However, it's still unclear to me what devkit is changing to make library loading work. It's changing the ENV `PATH` right? So some feature of...
I had been hacking tiny_tds.rb, before it tries to load the native library, but hypothetically any time before `require 'tiny_tds'` should work.