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 was trying to rename an edge class from one name to a new one. It was telling me to use UNSAFE since this could break Verticies.. Even though I don't understand why this would be a problem.. So I did the same query with UNSAFE at the end ALTER CLASS UNSAFE and it allowed me - I thought it worked but it added UNSAFE in the name of the class :/
I start wondering if I can trust this product ...
ALTER CLASS <class> <attribute-name> <attribute-value> UNSAFE
Now I cannot rename it because class has an unexpected attribute UNSAFE :/
com.orientechnologies.orient.core.sql.OCommandSQLParsingException: Error on parsing command at position # 26: Unknown class's attribute 'UNSAFE'. Supported attributes are: [NAME, SHORTNAME, SUPERCLASS, SUPERCLASSES, OVERSIZE, STRICTMODE, ADDCLUSTER, REMOVECLUSTER, CUSTOM, ABSTRACT, CLUSTERSELECTION] Command: alter class ContainsEntity UNSAFE name ContainsEntity ----------------------------------^
The text was updated successfully, but these errors were encountered:
The command was ALTER CLASS OldName NAME ContainsEntity UNSAFE
according to ALTER CLASS <class> <attribute-name> <attribute-value> UNSAFE that I think I found somewhere. So I didn't use any quotes. It could just be that there is no check about spaces in names for classes.
I was trying to rename an edge class from one name to a new one. It was telling me to use UNSAFE since this could break Verticies.. Even though I don't understand why this would be a problem.. So I did the same query with UNSAFE at the end ALTER CLASS UNSAFE and it allowed me - I thought it worked but it added UNSAFE in the name of the class :/
I start wondering if I can trust this product ...
ALTER CLASS <class> <attribute-name> <attribute-value> UNSAFE
Now I cannot rename it because class has an unexpected attribute UNSAFE :/
com.orientechnologies.orient.core.sql.OCommandSQLParsingException: Error on parsing command at position # 26: Unknown class's attribute 'UNSAFE'. Supported attributes are: [NAME, SHORTNAME, SUPERCLASS, SUPERCLASSES, OVERSIZE, STRICTMODE, ADDCLUSTER, REMOVECLUSTER, CUSTOM, ABSTRACT, CLUSTERSELECTION] Command: alter class ContainsEntity UNSAFE name ContainsEntity ----------------------------------^
The text was updated successfully, but these errors were encountered: