We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After doing Update.destroy_all I had one update left, which went away when I did Update.destroy_all again.
The text was updated successfully, but these errors were encountered:
Don't think this is related to the ORM, as the implementation of destroy_all is really easy (https://github.com/CompanyBook/massive_record/blob/develop/lib/massive_record/orm/persistence.rb)
I think this actually is a wrapper (adapter) problem, as the Scanner applies a default limit of 10: https://github.com/CompanyBook/massive_record/blob/develop/lib/massive_record/wrapper/scanner.rb. Now that's a problem meaning that all will just return 10 and not all .. which should really be corrected.
Sorry, something went wrong.
Kinda fixed in 4d23ad8
Maybe we should look at it a bit more later...
No branches or pull requests
After doing Update.destroy_all I had one update left, which went away when I did Update.destroy_all again.
The text was updated successfully, but these errors were encountered: