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

Allow deleting multiple records of a model at once #243

Merged
merged 1 commit into from
Apr 29, 2019

Conversation

roshan
Copy link
Contributor

@roshan roshan commented Apr 29, 2019

Moving this up to the top-level allows us to write code that abstracts
over all Jack models and supports deletes for multiple IDs. This
seems reasonable since we do have delete(long id).

Moving this up to the top-level allows us to write code that abstracts
over all Jack models and supports deletes.
@roshan roshan force-pushed the allow-multi-deletes branch from 9246e90 to 8500508 Compare April 29, 2019 22:48
@roshan roshan merged commit 9e053cd into LiveRamp:master Apr 29, 2019
@roshan roshan deleted the allow-multi-deletes branch April 29, 2019 22:55
assertTrue(posts.find(Arrays.asList(post1, post2)).isEmpty());
}


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpick: extra newline here...

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

Successfully merging this pull request may close these issues.

2 participants