Alex Brainman
Alex Brainman
> I was considering it already actually but I wanted to see if you have any idea of what it could be first. No idea. But all source code is...
> Why not return directly when encountering an parsing data error? I don't understand your question. Alex
> I found that when a certain column value is NULL, data parsing will throw a parsing failure message I still did not understand your question above https://github.com/alexbrainman/odbc/issues/194#issue-2204074351 . Alex
@Shamus03 thanks for reporting the problem. You can always go to previous version, like ``` go get github.com/alexbrainman/odbc@1421b829acc ``` I can even add git tags with version numbers, if it...
@Shamus03 and @popeliv I created an alternative fix in https://github.com/alexbrainman/odbc/pull/212 . Please, let me know if you have objections. Thank you. Alex
Hello @hut8 , I don't use Informix myself. I don't have any good suggestions for you to try. Alex
> * The test computes the average assuming there are 100 threads. If there are actually 101 threads (the test doesn't consider sysmon...), then the average comes out to exactly...
> @alexbrainman up for sending a patch? Here is my CL https://go-review.googlesource.com/c/go/+/473415 Alex
> 2023-06-21 16:11 windows-386-2016 go@03063101 runtime.TestWindowsStackMemory I can see that this failure happened on release-branch.go1.20 release branch - on commit ``` commit 03063101a2b40e78a44bdc1da84900d41a49a3ec Author: Ian Lance Taylor Date: Wed Jun...
> There's another one: https://ci.chromium.org/ui/p/golang/builders/try/gotip-windows-386/b8766892579985845249/overview > Indeed. > Sounds like we should increase the allowed threads from 5 to a bigger number, probably 10. @cuonglm why do you think 10...