lib / pq

Pure Go Postgres driver for database/sql
https://pkg.go.dev/github.com/lib/pq
MIT License
8.89k stars 906 forks source link

Update error.go #1015

Closed splicefracture closed 3 years ago

splicefracture commented 3 years ago

Missed one.

cannot use true (type bool) as type *"sync/atomic".Value in assignment

splicefracture commented 3 years ago

@mjibson