Matt Robenolt

Results 178 comments of Matt Robenolt

Or you send it 5 and the third fails, but the second statement was a `BEGIN` and now there an aborted transaction. We shall figure it out though. I agree...

fwiw I've had an internal issue open for the server side implementation for this feature. So it's definitely on my mind.

Reopening because this isn't implemented and I still would like to see this through. The API to support this still needs to be shipped first before implementation can be done...

Just to touch base here, I'm not very sure what Hyperdrive does or doesn't do here. It is definitely highly specific to database drivers, but I'm not sure if there...

Ok, so https://twitter.com/elithrar/status/1767270517180916059 My hunch here is that our HTTP side is mostly unaffected any what I mentioned stands true. I would suspect, Hyperdrive makes `mysql2` library more comparable in...

I would like to submit an alternative I've been playing with for my own metrics library specifically around concurrently updating float values. https://github.com/mattrobenolt/go-metrics/blob/3b073cc/internal/atomicx/atomicx.go#L37-L94 I have very extensively tested and benchmarked...

> Generate to a separate package, such as .*connectsimple. Does it make sense to also use this as an opportunity, likely configurable since I understand why we do it this...

Oh yeah, I agree with the choices entirely to keep it a separate package, but more thinking in lines of expectations that users have. This API that is being addressed...