Alex Brainman
Alex Brainman
> Exception 0xe06d7363 0x19930520 0xc0d31ff150 0x7ffd1f8cfe7c I suspect that this error comes from your database driver. According to https://devblogs.microsoft.com/oldnewthing/20100730-00/?p=13273 https://stackoverflow.com/questions/9095898/decoding-the-parameters-of-a-thrown-c-exception-0xe06d7363 this exception is thrown by code compiled by Visual C++....
> I'm having errors when I execute a query to Denodo, sometimes it randomly gives me a panic error and the service crashes. > > rows, err := repo.db.Query(dbQuery) >...
Hello @MicahKimel > If anyone knows of anything I can do to debug this further please let me know. Not many developers see your question here. I suspect I am...
@judwhite I am not an expert in this area (I have never heard about TVP until now), so take my advise with a grain of salt. Do other common databases...
> Just to be clear, no changes are needed in database/sql or database/sql/driver as of go1.9 to support parameters such as TVP. Custom types, both in and out, are fully...
> Porting code is more difficult than it should be if the old code leveraged TVPs. TVPs are often parameters in stored procs and used with MERGE for batch "upserts"....
@claudiubelu Let's continue conversation on https://go-review.googlesource.com/c/sys/+/578976 @ianlancetaylor I hope it is OK to rename existing Windows struct field to make it accessible from outside of "golang.org/x/sys/windows" package. See https://go-review.googlesource.com/c/sys/+/578976/4/windows/security_windows.go#1185 for...
> @ianlancetaylor > In this instance, you have the global `theService` for the context that's being passed in and converted. That context ends up [here](https://cs.opensource.google/go/x/sys/+/master:windows/svc/service.go;l=201;drc=1bfbee0e20e3039533666df89a91c1876e67605d). You could ignore this context...
> This is probably working as intended. I agree. > If there was a command named `echo` in %PATH%, would it be executed? If a file named `echo.exe` would be...
runtime/race: `reference to `WakeByAddressSingle'` when compiling with race on windows/amd64 1.21.11
@JAicewizard I see that you found this issue https://github.com/golang/go/issues/61058#issuecomment-2190194387 . Hopefully @qmuntal will reply to you. I do not use Windows anymore myself. So I cannot help you. Alex