go-gorm / postgres

GORM PostgreSQL driver
MIT License
225 stars 119 forks source link

Updating to `jackc/pgx/v5@v5.5.3` causes issues #245

Closed patrykgz closed 6 months ago

patrykgz commented 6 months ago

Description

Upgrading to jackc/pgx/v5@v5.5.3 causes build errors:

../../../../pkg/mod/gorm.io/driver/postgres@v1.5.5/migrator.go:411:26: m.GuessConstraintInterfaceAndTable undefined (type Migrator has no field or method GuessConstraintInterfaceAndTable)

reinkrul commented 6 months ago

We encountered the same, upgrading from v1.5.4 to v1.5.5..

J-Rocke commented 6 months ago

@patrykgz See https://github.com/go-gorm/postgres/issues/244 and https://github.com/go-gorm/postgres/issues/247 for more information. I think this is a duplicate and can be closed.

black-06 commented 6 months ago

We have released v1.5.6 and retracted v1.5.5