2
0

Add satori-uuid type

Make pgtype.EncodeValueText public
This commit is contained in:
Jack Christensen
2017-04-14 16:46:39 -05:00
parent a8c350c77d
commit cab445ddd2
24 changed files with 283 additions and 22 deletions
+1 -1
View File
@@ -264,5 +264,5 @@ func (dst *Numrange) Scan(src interface{}) error {
// Value implements the database/sql/driver Valuer interface.
func (src *Numrange) Value() (driver.Value, error) {
return encodeValueText(src)
return EncodeValueText(src)
}