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 Analyzer fails to take into account functions with optional arguments when doing basic comparisons: ROUND(x) != ROUND(x, 0).
This makes sense since outside a function definition, it is impossible to determine what the rules however potentially this can be formalized by extending functions to indicate whether they have optional arguments and what these are.
The issue poses a problem when trying to resolve functions based on already existing functions which have been resolved.