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 am trying to add LINKLIST property to a class with property name containing ":" character by Oclass#createProperty(String iPropertyName, OType iType) method
Actual behavior
Got the following exception:
And property shown like it's added to a class:
Steps to reproduce
SQL command example from StackTrace "create property `security:User`.`security:testLink` LinkList"
The text was updated successfully, but these errors were encountered:
Thank you do report this, I think for now we cannot allow the character : in the properties names, but that means it should not either create the property, I will double check that the validation are coherent.
@tglman
Hi, thanks for the response. I hope that it is/would be allowed to use some symbols except letters for property/class names. Is there any information about restricted characters for names?
OrientDB Version: 3.2.34
Java Version: 17.0.8
OS: Windows 10
Expected behavior
I am trying to add LINKLIST property to a class with property name containing ":" character by Oclass#createProperty(String iPropertyName, OType iType) method
Actual behavior
Got the following exception:
And property shown like it's added to a class:
Steps to reproduce
SQL command example from StackTrace "create property `security:User`.`security:testLink` LinkList"
The text was updated successfully, but these errors were encountered: