pgx/stdlib
Jack Christensen 6972a57421 pgtype.OID type should only be used for scanning and encoding values
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.

This is preparation for removing pgx.PreparedStatement in favor of
pgconn.PreparedStatement.
2019-08-24 13:55:57 -05:00
..
opendb.go stdlib AfterConnect takes context 2019-06-29 13:53:43 -05:00
sql.go pgtype.OID type should only be used for scanning and encoding values 2019-08-24 13:55:57 -05:00
sql_test.go Bring stdlib iso change from v3 2019-08-08 15:35:30 -05:00
stdlibutil110_test.go Use envvars for stdlib tests 2019-05-20 20:39:45 -05:00
stdlibutil_test.go Use envvars for stdlib tests 2019-05-20 20:39:45 -05:00