Fix drivers In operator error message
This commit is contained in:
@@ -200,5 +200,5 @@ func opHandlerIn(d Dialect, n *ql.ASTNode, negate bool, args ...exp.Expression)
|
||||
return
|
||||
}
|
||||
|
||||
return nil, fmt.Errorf("unsupported IN operator")
|
||||
return nil, fmt.Errorf("unsupported IN operator on a single value field")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user