Skip to content

Commit 539951b

Browse files
authored
Update system_booltype.go
1 parent c218cf8 commit 539951b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sql/system_booltype.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ func (t systemBoolType) Convert(v interface{}) (interface{}, error) {
108108
return int8(intVal), nil
109109
}
110110
}
111-
return nil, ErrInvalidSystemVariableValue.New(t.varName, v)
112111
}
113112
return nil, ErrInvalidSystemVariableValue.New(t.varName, v)
114113
case decimal.Decimal:

0 commit comments

Comments
 (0)