jackc / pgtype

MIT License
308 stars 110 forks source link

panic from PlanScan when <nil> is passed #164

Closed jameshartig closed 2 years ago

jameshartig commented 2 years ago

In #162 I didn't handle interface{})(nil) being passed in. This is arguably something impossible to scan into but it causes a panic which probably isn't what we want.