File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -59,10 +59,10 @@ const (
5959
6060var (
6161 // ErrLengthTooLarge is thrown when a string's length is too large given the other parameters.
62- ErrLengthTooLarge = errors .NewKind ("length is %v but max allowed is %v" )
63- ErrLengthBeyondLimit = errors .NewKind ("string '%v' is too large for column '%v'" )
64- ErrBinaryCollation = errors .NewKind ("binary types must have the binary collation: %v" )
65- ErrBadCharsetString = errors .NewKind ("Incorrect string value: '%v' for column '%s' at row %d" )
62+ ErrLengthTooLarge = errors .NewKind ("length is %v but max allowed is %v" )
63+ ErrLengthBeyondLimit = errors .NewKind ("string '%v' is too large for column '%v'" )
64+ ErrBinaryCollation = errors .NewKind ("binary types must have the binary collation: %v" )
65+ ErrBadCharsetString = errors .NewKind ("Incorrect string value: '%v' for column '%s' at row %d" )
6666
6767 TinyText = MustCreateStringWithDefaults (sqltypes .Text , TinyTextBlobMax )
6868 Text = MustCreateStringWithDefaults (sqltypes .Text , TextBlobMax )
You can’t perform that action at this time.
0 commit comments