mirror of
https://github.com/jackc/pgx.git
synced 2025-07-08 11:39:38 +00:00
It was a mistake to use it in other contexts. This made interop difficult between pacakges that depended on pgtype such as pgx and packages that did not like pgconn and pgproto3. In particular this was awkward for prepared statements. Because pgx depends on pgtype and the tests for pgtype depend on pgx this change will require a couple back and forth commits to get the go.mod dependecies correct.
Description
Languages
Go
98.6%
HTML
1.2%
Shell
0.2%