lib / pq

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

recognize Go 1.13 decimal decomposer interface #904

Open ericlagergren opened 5 years ago

ericlagergren commented 5 years ago

See https://github.com/golang/go/issues/34315 and linked issues.

Go 1.13 introduced an unexported interface in order to support SQL's DECIMAL type. This package, which is widely used, doesn't support this interface.

johnnyfeng-bread commented 4 years ago

Hi, is there any update on this issue?