-
A repo demonstrating the issue is available here: https://github.com/wydengyre/dbsqlintervaldemo
Using `riverdatabasesql` with the `pq` driver will result in failure of the leader election system.
…
-
**Describe the bug**
Turns out it's a minor thing but tripped me up for a bit. If you send a null schema into pgx.Identifier like so:
```go
copyCount, err := dstConn.CopyFrom(ctx, pgx.Identifier{""…
-
Hi,
I really would like to use the new timescale-toolkit functions like time_weight() in a rpi4 docker environment. Today there is no "ready to use" package available.
The supposed build process on …
-
### Failed to get `context.Context` from `Config.ConnConfig.OnNotice`
I have implemented log tracing mechanism using a correlationID and I am accessing it everywhere to relate the logs.
**Exa…
-
Hi! I was migrating to pgx/v4 while I noticed that `pgx.ConnConfig.CustomCancel` hook is no more. How do I set up a custom cancel func with v4?
I'd like to disable cancellation signaling completely …
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
By using the `MultiQueryTracer` prop…
uh-zz updated
8 months ago
-
In the version 4 there was a config variable config.ConnConfig.Logger, but in the 5 version there is no such varibale. Please provide the code of how to use github.com/sirupsen/logrus with jackc/pgx.
…
-
Trying to run the tests, it fails:
```
$ go test -v ./...
...
cmd/bulk_load_timescale/main.go:20:2: module github.com/jackc/pgx@latest found (v3.6.2+incompatible), but does not contain package git…
-
@edulop91 Can you provide an example that demonstrates the panic or at least a stack trace? I'd like to tag a release with this fix, but I'd like to make sure it is totally fixed. Also, if you can run…
-
Hi admin,
here is my postgresql store procedure:
CREATE OR REPLACE PROCEDURE test.get_all_merchant (
rs out refcursor
)
LANGUAGE plpgsql
AS $procedure$
BEGIN
OPEN rs FOR
SELEC…