lib / pq

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

fix: handle char(bpchar) as string #949

Open watiko opened 4 years ago

watiko commented 4 years ago

Postgres's character(n), char(n) is internally called bpchar.

ref:


Is FAIL: TestCopyRespLoopConnectionError (0.01s) failed at random ? https://travis-ci.org/github/lib/pq/builds/662662013 https://travis-ci.org/github/lib/pq/builds/662680626