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

why arrays of different integer types are not supported? #1058

Open mihaiav opened 2 years ago

mihaiav commented 2 years ago

Is there any specific reason why only []int64 is supported and []int, []int8 etc are not supported?