Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce typeResolver for choosing ValueTranscoders
Allows overriding the ValueTranscoder used by type name with NewQuerierConfig. We can't use the native RegisterDataType because Querier works with pgx.Conn, or pgxpool.Pool which both have query methods but don't both share ConnInfo. - Upgrade pgtype for jackc/pgx#874. Relates to #29 in that it lays the ground work for customizing types.
- Loading branch information