OrientDB 3.0.4 Console EMBEDDEDLIST CREATE VERTEX
问题 It appears that console application in OrientDB 3.0.4 is not backward compatible with OrientDB 3.0.2 for creating Vertex having EMBEDDEDLIST. Following Query fails in OrientDB 3.0.4 console: CREATE VERTEX Profile SET name = "John", phone = [{ "@type":"d", "number" : "212" }] How can I resolve the issue? What are the changes for v3.0.4 and where can I find updated documentation? OrientDB console v.3.0.2 - Veloce (build e47e693f1470a7a642461be26983d4eca70777fd, branch develop) OrientDB console