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
I'm generating my queries from a custom language, so I'm making a lot of syntax errors in my queries. Things like missing parentheses and extra parentheses.
Instead of getting an error, these queries wait for about a minute and then return an empty response. It would be more helpful for them to fail, even if they are not specific about the syntax error.
The text was updated successfully, but these errors were encountered:
I'm generating my queries from a custom language, so I'm making a lot of syntax errors in my queries. Things like missing parentheses and extra parentheses.
Instead of getting an error, these queries wait for about a minute and then return an empty response. It would be more helpful for them to fail, even if they are not specific about the syntax error.
The text was updated successfully, but these errors were encountered: