You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The operator names were transformed to upper case before being sent to
the server. But the X Plugin expects the operator names to be in lower
case.
With this patch, the Expression Parser converts all operator names to
lower case.
Tests added for regression.
0 commit comments