-
Notifications
You must be signed in to change notification settings - Fork 871
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
Impossible to select field in Chinese #7506
Comments
Hi @oger-p This seems to be a problem with the parser, I'll check it asap Thanks Luigi |
Is there a plan in which version to fix this bug? |
Hi @gzliudan I don't know if it will be fixed in the short term.
I hope it helps Thanks Luigi |
Actually I don't know if this can be considered a bug. Without back-tick, the only accepted characters are Thanks Luigi |
Ok, the problem here seems to be at a lower level. Let me check it... Thanks Luigi |
Hi @oger-p I just checked it, unfortunately this is a limitation of the schema in v 2.2, I cannot change it without breaking everything. Thanks Luigi |
When Chinese used, I even cannot create a vertex named in Chinese. |
OrientDB Version, operating system, or hardware.
Operating System
Expected behavior
Select 地點 From Town
Return the field 地點 from the Vertex Town
Actual behavior
Select 地點 From Town
com.orientechnologies.orient.core.sql.parser.TokenMgrError: Lexical error at line 1, column 8. Encountered: "\u5730" (22320), after : ""
Steps to reproduce
Create a Vertex Town
Create a field named 地點 for the Vertex Town
Select 地點 From Town
The text was updated successfully, but these errors were encountered: