OrientDB Version: 3.0.1
Java Version: openjdk version "1.8.0_171"
OS: Debian 9.4
Expected behavior
In OrientDB 2.2.35 this query worked fine:
MOVE VERTEX (SELECT FROM Uncompleted_Personal_Task WHERE @Rid = #105:1) TO CLASS:Completed_Task
It moved the vertex into the Completed_Task class and it kept all its edges.
Actual behavior
In OrientDB 3.0.1 the same query moves the vertex into the Completed_Task class but all its edges disappear.
Steps to reproduce