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

destroy callback with neoidable auto_index: false #21

Open
pboling opened this issue Mar 28, 2013 · 0 comments
Open

destroy callback with neoidable auto_index: false #21

pboling opened this issue Mar 28, 2013 · 0 comments
Labels

Comments

@pboling
Copy link

pboling commented Mar 28, 2013

It seems that Neoid is managing my neo4j records well when I use it without auto_index: false, including the Neo4j equivalent of INSERT, UPDATE, and DELETE.

For the one model where I have auto_index: false, it doesn't automatically INSERT, which is as I would expect.

Does this mean that it also does not automatically UPDATE and DELETE?

It appears that this is the case, thus I am left with a quandry. When the model with auto_index: false is deleted how do I also delete the record from Neo4j?

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

2 participants