Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
castrv opened this issue Jun 2, 2018 · 2 comments
Closed

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

castrv opened this issue Jun 2, 2018 · 2 comments
Assignees
Labels
Milestone

Comments

@castrv
Copy link

castrv commented Jun 2, 2018

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

@luigidellaquila luigidellaquila self-assigned this Jun 4, 2018
@luigidellaquila luigidellaquila added this to the 3.0.x milestone Jun 4, 2018
@luigidellaquila
Copy link
Member

Hi @castrv

I'm checking it now, I'll let you know asap

Thanks

Luigi

@luigidellaquila luigidellaquila modified the milestones: 3.0.x, 3.0.2 Jun 4, 2018
@luigidellaquila
Copy link
Member

Hi @castrv

I just pushed a fix, it will be released with v 3.0.2

Thanks

Luigi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants