Skip to content
Merged
1 change: 1 addition & 0 deletions errors.go
Original file line numberDiff line numberDiff line change
Expand Up@@ -49,4 +49,5 @@ var (
ErrMissingConnURL = errors.New(`upper: missing DSN`)
ErrNotImplemented = errors.New(`upper: call not implemented`)
ErrAlreadyWithinTransaction = errors.New(`upper: already within a transaction`)
ErrServerRefusedConnection = errors.New(`upper: database server refused connection`)
)
Loading