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

Adding vertex with same constraint as deleted vertex does not add #2

Closed
jenmud opened this issue May 20, 2017 · 1 comment
Closed
Assignees
Labels

Comments

@jenmud
Copy link
Owner

jenmud commented May 20, 2017

I noticed that trying to add a new vertex using the same constraint of a deleted vertex results in an error. Is this by design?

Using graph.get_or_create_vertex() using the same constraint of a deleted vertex does not result in an error, but it doesn't add the vertex back to the graph either.

@jenmud jenmud self-assigned this May 20, 2017
@jenmud jenmud added the bug label May 20, 2017
@jenmud
Copy link
Owner Author

jenmud commented May 20, 2017

Added in a fix for removing the entity from the constraints index when being removed.

@jenmud jenmud closed this as completed May 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant