Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename declarers for input types to Raw and Init
For a type SomeTable: - newSomeTable creates an uninitialized pgtype.ValueTranscoder that can decode the type. - newSomeTableInit creates an initialized pgtype.ValueTranscoder that can decode that's initialized using the raw variants through the Set method. - newSomeTableRaw creates the raw form of the type so that we can pass it to the pgtype.ValueTranscoder Set method.
- Loading branch information