Update module lib/pq to v1.4.0 (#428)
Update module lib/pq to v1.4.0 Reviewed-on: https://kolaente.dev/vikunja/api/pulls/428
This commit is contained in:
4
vendor/github.com/lib/pq/copy.go
generated
vendored
4
vendor/github.com/lib/pq/copy.go
generated
vendored
@ -152,7 +152,9 @@ func (ci *copyin) resploop() {
|
||||
case 'C':
|
||||
// complete
|
||||
case 'N':
|
||||
// NoticeResponse
|
||||
if n := ci.cn.noticeHandler; n != nil {
|
||||
n(parseError(&r))
|
||||
}
|
||||
case 'Z':
|
||||
ci.cn.processReadyForQuery(&r)
|
||||
ci.done <- true
|
||||
|
Reference in New Issue
Block a user