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 @@ -45,10 +45,10 @@ const (
4545
4646var (
4747 // ErrLengthTooLarge is thrown when a string's length is too large given the other parameters.
48- ErrLengthTooLarge = errors .NewKind ("length is %v but max allowed is %v" )
49- ErrLengthBeyondLimit = errors .NewKind ("string '%v' is too large for column '%v'" )
50- ErrBinaryCollation = errors .NewKind ("binary types must have the binary collation: %v" )
51- ErrBadCharsetString = errors .NewKind ("invalid string for charset %s: '%v'" )
48+ ErrLengthTooLarge = errors .NewKind ("length is %v but max allowed is %v" )
49+ ErrLengthBeyondLimit = errors .NewKind ("string '%v' is too large for column '%v'" )
50+ ErrBinaryCollation = errors .NewKind ("binary types must have the binary collation: %v" )
51+ ErrBadCharsetString = errors .NewKind ("invalid string for charset %s: '%v'" )
5252
5353 TinyText = MustCreateStringWithDefaults (sqltypes .Text , TinyTextBlobMax )
5454 Text = MustCreateStringWithDefaults (sqltypes .Text , TextBlobMax )
You can’t perform that action at this time.
0 commit comments