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
{{ message }}
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.
it seems like that can't be the fallback for everything, because that allows 0alse to be parsed as 0 (numeric) and then simply alse as another expression.
This is not a valid grammar production.
SELECT 0%0alse
crashes the application, but must not be parsedThe text was updated successfully, but these errors were encountered: