-
**Describe the bug**
I have two parts of my codebase that crash when I use a transaction and call SendBatch(). The transaction comes from a `pgxpool.Pool`.
One is a query and another is a batch…
-
### Version
1.24.0
### What happened?
Multiple fields with the same name are generated
_It will work correctly if you use enumerations ($1, $2, etc.) or sqlc.arg(number)_
### Relevant log outpu…
-
```
type Time time.Time
type Type interface {
fmt.Stringer
json.Marshaler
json.Unmarshaler
sql.Scanner
driver.Valuer
schema.GormDataTypeInterface
}
// Implemented these interfa…
kayon updated
8 months ago
-
**Describe the bug**
A clear and concise description of what the bug is.
Hi,
I was previously using `v4` and `pgtype.TextArray` through standard driver connection (cf https://github.com/jackc/pgx…
-
running 1.23.1, I have the `postgres` driver for the default schmea, and `postgres_12` for the visibility schema (in order to have advanced visibilty.)
when I upgrade to 1.24.0, I get this error:
…
-
**Describe the bug**
When setting up a query that reads from a struct that defines types that do not implement database/sql.Scanner, but only implement pgtype.BinaryEncoder, the given values are inte…
-
Right now, the `pgx/stdlib` util is looking for `database` instead of `dbname` in the postgres DSN:
https://github.com/jackc/pgx/blob/997a16dbc57e31fec09aa59d404b6a1f353a7520/stdlib/sql.go#L12
Oth…
-
These steps are insufficient:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
sudo apt-get install make gcc pkg-config clang postgresql-server-dev-13 libssl-dev
cargo install --git…
-
Hello,
I was trying to install pgpool-recovery for online recovery. I followed the steps here: https://www.pgpool.net/docs/latest/en/html/example-replication-mode.html. But when I got to 8.3.5.5. O…
-
- [x] The issue is present in the latest release.
- [x] I have searched the [issues](https://github.com/ent/ent/issues) of this repository and believe that this is not a duplicate.
## Current Beha…