-
-
Notifications
You must be signed in to change notification settings - Fork 939
Closed
Labels
Description
When working with errors returned by pq, lots of those are being generated via fmt.Errorf. This makes it hard to distinguish between different types of errors later in your own code, falling back to doing string prefix checks. So I would like to ask you to provide a separate error type which can be checked downstream.
Thanks a lot for providing this library!
Reactions are currently unavailable