-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use backticks in all Studio-generated queries #366
Comments
hi @luinav you should use backtick in Browse tab. select from `IP-DMZ-INET` I will fix the studio part to use backtick in Query All |
I can confirm that it is ok if I use backticks. Thank you for your quick support |
Thanks for submitting this. Verified as described All queries sent by Studio should use `, not only the "query all". Other commands, including create and drop are failing Thanks, |
Databases created with ODB < 2.1 don't support back tick. |
@santo-it |
thanks. made a quick test. seems okay. closing. thanks again |
I have successfully created a class called "IP-DMZ-INET" which is a subclass of vertex V. I have added a record without any problem.
But when I hit the buttong "Query All" of this class from the Orientdb Studio -> Schema
I get the following error "com.orienttechnologies.orient.core.sql.OcommandSQLParsingException: Error on parsing command at position #0: Error parsing query: select * from IP-DMZ-INET Encountered " "-" "-"" at line 1, column 17. Was expecting one of: ... []"
The same error occurs when I write "select from IP-DMZ-INET" in the browse tab.
I am using oriendb-community-2.1.15
The text was updated successfully, but these errors were encountered: