-
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
Cannot create an edge with a class of which name contains colons (:) #9517
Comments
The class with colons can be created successfully. But vertices can not use the class. Is there a workaround for using colon as a label of an edge?? |
Hi @rhdxmr You can use back-tick quotes in this case:
Thanks Luigi |
@luigidellaquila |
HI @rhdxmr I think I got the problem: it's not the class name by itself, but the convention on the field names to connect the edges to the vertices. Thanks Luigi |
OrientDB Version: docker image of orientdb:3.1-tp3
Java Version:
OS:
Expected behavior
edge is added to vertices successfully
Actual behavior
Steps to reproduce
The text was updated successfully, but these errors were encountered: