Results 363 comments of Jack Christensen

I updated this dependency with the proper Go version changes in c92d0a90458bd137ac40e45316919d9d61576472.

@markus-gerstel-sp Good to know. That'd be great to remove that dependency.

After further investigation, it appears that using a `service` parameter in a connection string has multiple issues. The problem exists even without an explicitly set PGPORT. If that is not...

I'm not opposed to this feature overall, but I have a few concerns about the implementation. 1. It appears that when the acquire timeout is triggered, the error returned will...

That would be a interesting feature, but unfortunately, the underlying PostgreSQL copy protocol does not allow for a where clause. There's nothing that can be done at the driver layer....

Oh, wow you're right. It was added in PG 12 and I never noticed the new feature. That said, your particular example wouldn't be possible as subqueries are not allowed,...

> It's too late to unf**k the stdlib encoding/json lib, so I recognize I'm asking for a third-party lib to compensate for that. Yeah, I don't know any good way...

🤷‍♂️ It's not really a pgx issue. It's a bad query. You'd get the exact same results in psql. For example: ``` postgres@[local]:5015 pgx_test=# create temporary table t (id int...

> We just fixed our code to use rune instead of string which is probably better anyway but I thought i'd share the problem. Using `rune` or `byte` is the...

Try master. #2236 may have resolved this.