Hi all, i am new in orientDb and i faced this problem. my steps like that;
create class person extends V create vertex person set name = 'Brad' create vertex person set name = 'Angelina' create class married extends E create edge married from (select from person where name = 'Brad') to (select from person where name = 'Angelina') and this last command throw an exception like this "Class 'MARRIED' was not found" when i changed last command to this : create edge marrİed from (select from person where name = 'Brad') to (select from person where name = 'Angelina') it execute correctly. I think the problem for my system language because we have this character 'İ' in our alphabet, but i think this is a bug and i would report it. -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
