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

Add delete_all that deletes all based on the query #111

Closed
paulcsmith opened this issue Jun 21, 2019 · 0 comments · Fixed by #169
Closed

Add delete_all that deletes all based on the query #111

paulcsmith opened this issue Jun 21, 2019 · 0 comments · Fixed by #169
Labels
feature request A new requested feature / option

Comments

@paulcsmith
Copy link
Member

paulcsmith commented Jun 21, 2019

Pre-requisite: #110

UserQuery.new.delete_all # Delete the table
UserQuery.new.age.gt(80).delete_all 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request A new requested feature / option
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants