jackc / pgx

PostgreSQL driver and toolkit for Go
MIT License
10.83k stars 845 forks source link

handling double pointer on sql.Scanner interface when scanning rows #2151

Closed ludusrusso closed 1 month ago

ludusrusso commented 1 month ago

fix #2146

This PR handle the case of double pointer on sql.Scanning by reversing the pointer three until we found a sql.Scanner interface

Open Source Saturday

jackc commented 1 month ago

LGTM