-
OS is FreeBSD. pgx is 0.4.0-beta-0. It seems to get pretty close to the end but then is missing a C header which would be in /usr/local.
`cargo pgx init --pg13 pg_config` with `pg_config` showi…
-
A while back, OTEL merged SqlCommenter (see[SqlCommenter merged into OpenTelemetry](https://cloud.google.com/blog/products/databases/sqlcommenter-merges-with-opentelemetry)).
[SqlCommenter](https:/…
-
If the server hangs up on us, we get an annoying `Pgx_eof` exception with no context:
https://github.com/arenadotio/pgx/blob/master/pgx_async/src/pgx_async.ml#L70
Maybe instead of throwing an ex…
-
Hey there. First of all, thank you for all your work on this library :+1:
**Describe the bug**
We are using pgx in a fairly typical backend application, that serves requests to clients via grpc…
-
### Version
1.26.0
### What happened?
When I select an enum array column in Postgres (pgx) with sqlc the generated type for that column is `[]interface{}`. For some reason this doesn't reprod…
-
PLEASE REMOVE THE ADVICE TO USE PGX FROM YOUR PAGE
------
https://github.com/jackc/pgx/issues/905#issue-784008962
we have migrated 250 instances web applications from lib/pq to pgx based on the…
-
I have a part of code like this
```go
rows, err := dbconn.Query(ctx, sql)
defer rows.Close()
for rows.Next() {
msg, err := pgx.RowToAddrOfStructByName[Sometype](rows)
if e…
-
Why can't my other go source files find function definitions after importing the package "github. com/jackc/pgx/v5/pgxpool"
-
Hello, I have been using lib/pq for a while with my project. When I tried to convert to pgx, I encountered a lot of issues with how it handles timestamps (https://github.com/jackc/pgx/issues/863) and…
-
**Describe the bug**
I am using protobuf generated structures, and it does not have time.Time type. However it have string type, which is sufficient for my goals. But library does not allow to scan t…