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

encode: fix TimeTZ with second offsets #1039

Closed otan closed 3 years ago

otan commented 3 years ago

lib/pq previously did not work with TimeTZ offsets with second offsets. Rectify this by modifying the parse format string as appropriate.

Refs: #65066

knz commented 3 years ago

FYI this is failing CI so there's a bit of polish with this.

@mjibson do you reckon you could help us with getting this merged at some point? Also, what's the process to have someone of the new team here to get permission to integrate changes in lib/pq?

maddyblue commented 3 years ago

CI is failing due to a known goimports change on master - I don't think it's a real bug.