Mario Gutierrez

Results 68 comments of Mario Gutierrez
trafficstars

Yes v2 is the version that removes most of the panics, fixes logging and some JSON marshalling issues. Actually the next update in a couple of weeks will fix logging...

Those are intentional. The first link's code ensures that interpolation is not used on a database where escape sequences are allowed in strings. The other two calls only occur in...

Which version are you using? V1 or V2?

Most of the panics have been converted to errors in V2. A proper package without panics requires a moderate refactor and version bump. That's down the future when I find...

The convention in Go is anything prefixed by "Must" will panic. If you'd like to submit a PR for a `ShouldPing` function, I can add that.

First, I can't guarantee anything works with pgx/stdlib. I made a separate runner for it and found it to actually be slower with my test cases and discontinued supporting it....

This is a problem within the logging package (one I wrote). I found the bug in logger and will update dat soon.

Is this causing a problem? All identifiers should be quoted to ensure casing is as you intended.

I goofed up writing identifers badly. I have to bump major version to fix so as not to break existing code. v2 should be available in the next couple of...

I intend to add this. I'll look in more detail when 9.5 goes beta.