Andy Pfister

Results 91 comments of Andy Pfister

I tried to write a test this evening to reproduce this error (basically that `#execute` returns false). I tried various Toxiproxy configurations, does not work. I also tried to kill...

The fix submitted by @matias-martini has been released with 2.1.6.

Here you go: https://github.com/andyundso/vite-plugin-ssr-svelte-routing-issue. I tried to extract the configuration as close as possible from the project I originally linked. `npm run dev` will yield a build without code minification.

Hello @Nyazfoxsoft can you provide any information about the server you are trying to connect? Specifically SQL server version and which authentication method you use.

Hi, couple of questions: - Against which SQL server do you run the test suite? What kind of of authentication do you run? - The crash reports seem from a...

Disclaimer: I'm unfamiliar with the C code in `tiny_tds`, just trying to help out :). I also own an Intel Mac, the same OS version as yours, the same FreeTDS...

I think https://github.com/FreeTDS/freetds/pull/474 could fix the issue - the stack trace posted in the PR mentiones OpenSSL v3. would require us to bump FreeTDS to at least v1.3.16.

I pushed the test now @aharpervc. As you can see, it sometimes works, sometimes not. So it really depends on a race-conditon between the two threads.

Hi @aharpervc I experimented this evening again and I did not find any way to write a test that could simulate a `FAIL` from `dbsqlsend`. The primary case where this...

I updated a couple of apps now to Ruby 3.2.4 and freetds v1.4.12. will let you know if I run into similar issues.