Closed saeidee closed 1 year ago
This PR adds support for translating Postgres errors like unique key violation to native gorm errors (ErrDuplicatedKey)
Related PR in gorm repo: https://github.com/go-gorm/gorm/pull/6004
What did this pull request do?
This PR adds support for translating Postgres errors like unique key violation to native gorm errors (ErrDuplicatedKey)
Related PR in gorm repo: https://github.com/go-gorm/gorm/pull/6004