2
0

Add text to pgtype

This commit is contained in:
Jack Christensen
2017-03-04 21:20:56 -06:00
parent b1fc8109db
commit fa57904d6b
25 changed files with 768 additions and 149 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ func (src *TimestampArray) AssignTo(dst interface{}) error {
if originalDst, ok := underlyingPtrSliceType(dst); ok {
return src.AssignTo(originalDst)
}
return fmt.Errorf("cannot put decode %v into %T", src, dst)
return fmt.Errorf("cannot decode %v into %T", src, dst)
}
return nil