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 didn't stop working; your final Math.Log queries are statements with a trailing ;. If you simply invoked the method without the ; at the end you would normally get a result like the other invocations.
However this is a problem because it's easy to accidentally type a statement instead of an expression. I've created #401 to track this. Closing this one out as it's not a bug.
Activity
Rekkonnect commentedon Jun 28, 2025
It didn't stop working; your final
Math.Log
queries are statements with a trailing;
. If you simply invoked the method without the;
at the end you would normally get a result like the other invocations.However this is a problem because it's easy to accidentally type a statement instead of an expression. I've created #401 to track this. Closing this one out as it's not a bug.