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

Duplicating vertices when using CREATE on the first call #15

Open
ilyaaid opened this issue Apr 30, 2024 · 0 comments
Open

Duplicating vertices when using CREATE on the first call #15

ilyaaid opened this issue Apr 30, 2024 · 0 comments

Comments

@ilyaaid
Copy link

ilyaaid commented Apr 30, 2024

Hello!
I'm trying to create a vertex named Pam now.
Command CREATE (pam:Person {name: "Pam"}); creates duplicate vertices with name "Pam" on the first call.
Moreover, on the second call, the same command creates only one vertex (this is the expected behavior). As a result, instead of two vertices, three vertices named "Pam" are created.
Everything works normally in the Neo4j browser.
Could you please explain what can be the reason for such behavior?

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

No branches or pull requests

1 participant