We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b24877d commit ccc8fc8Copy full SHA for ccc8fc8
sql/types/enum.go
@@ -224,7 +224,6 @@ func (t EnumType) validateScrictMode(ctx context.Context) bool {
224
return false
225
}
226
227
-
228
// Equals implements the Type interface.
229
func (t EnumType) Equals(otherType sql.Type) bool {
230
if ot, ok := otherType.(EnumType); ok && t.collation.Equals(ot.collation) && len(t.idxToVal) == len(ot.idxToVal) {
0 commit comments