mirror of
https://github.com/jackc/pgx.git
synced 2025-05-30 11:14:05 +00:00
Methods defined on T are also available on *T. Thought this technically changes the interface, because *T will be automatically dereferenced as needed it shouldn't be a breaking change. See a8802b16cc593842f5c69b0f7cfb0de11d5cd3a8 for similar change.