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 Aug 2, 2022. It is now read-only.
Understood, it's okay if double quotes are not supported. I'm hoping that the error message could be more descriptive. Also, when I tried searching the documentation for double quotes, I didn't find anything that could help me understand what kind of quotes were supported. So my first experience using this plugin was difficult. Thanks.
Understood, it's okay if double quotes are not supported. I'm hoping that the error message could be more descriptive. Also, when I tried searching the documentation for double quotes, I didn't find anything that could help me understand what kind of quotes were supported. So my first experience using this plugin was difficult. Thanks.
@nkavian Thanks for your feedback! We've improved the error message for Run/Explain in Workbench here: #872. Closing this issue. Feel free to reopen if needed. Thanks!
When trying this command
SELECT * FROM objects WHERE _object="Event" LIMIT 4;
I getObjects: no response
;But when trying
SELECT * FROM objects WHERE _object='Event' LIMIT 4;
, it works fine.If double quotes are not supported, the error message should match accordingly.
The text was updated successfully, but these errors were encountered: