Removed TextEncoder and BinaryEncoder
Restructured / fixed a lot of tests along the way.
This commit is contained in:
@@ -8,6 +8,8 @@ import (
|
||||
|
||||
type Text string
|
||||
|
||||
func (Text) SkipUnderlyingTypePlan() {}
|
||||
|
||||
// ScanText implements the TextScanner interface.
|
||||
func (dst *Text) ScanText(v pgtype.Text) error {
|
||||
if !v.Valid {
|
||||
|
||||
Reference in New Issue
Block a user