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

Bulk delete fails #1490

Closed
dvv opened this issue May 21, 2013 · 6 comments
Closed

Bulk delete fails #1490

dvv opened this issue May 21, 2013 · 6 comments
Assignees
Milestone

Comments

@dvv
Copy link
Contributor

dvv commented May 21, 2013

Error: java.lang.UnsupportedOperationException: delete(ORID)

for

POST /batch/ {"transaction":true,"operations":[{"type":"d","record":{"@Rid":"#11:5"}}]}

What is wrong?

@dvv
Copy link
Contributor Author

dvv commented May 22, 2013

Thanks! How do I get the freshest binaries? :)

@dvv
Copy link
Contributor Author

dvv commented May 22, 2013

\o/ Thanks!

@dvv
Copy link
Contributor Author

dvv commented Jun 3, 2013

Hmm, seems no actual deletion performed.
The response now consists of number of affected (that should be removed) records, but subsequent fetch shows they all left intact.

Am using the freshest snapshot (may 31)

lvca added a commit that referenced this issue Jun 3, 2013
@lvca
Copy link
Member

lvca commented Jun 3, 2013

The @Rid wasn't parsed correctly. Now it's ok. Please let me know if everything is ok.

@lvca lvca reopened this Jun 3, 2013
@lvca lvca closed this as completed Jun 3, 2013
@dvv
Copy link
Contributor Author

dvv commented Jun 4, 2013

It's ok now. Thanks!

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

No branches or pull requests

2 participants