mirror of
https://github.com/jackc/pgx.git
synced 2025-08-14 12:40:38 +00:00
AssignTo can only assign NULL to a **string. Previous code tried to assign nil to a *string, which did nothing. Correct behavior is to detect this as an error.
Description
Languages
Go
98.6%
HTML
1.2%
Shell
0.2%