Skip to content

Moving vertex from class seems to delete its edges in OrientDB 3.0.1 #8303

@castrv

Description

@castrv

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

Metadata

Metadata

Labels

buglegacy not used anymore

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions