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
It is not straightforward to fix, because while it is possible to parse such set with some hacks, but later when this var is referenced it will be confused with a parameter (because syntax is the same).
I see two ways out : either keep track of all variable names defined and recover them when they are confused for parameters by lexer, or make selection of params syntax exclusive
e.g.
results in
Note that `@noop` is not the same as @noop (e.g. Mysql would complain that a system variable by that name does not exist, if backticks are used).
The text was updated successfully, but these errors were encountered: