SQLite delete of non-existent entry does not fail silently #1010
Labels
Status: Done
This issue has been completed or answered. This pull request has been merged.
Type: Bug
Milestone
Description
Describe the bug
Trying to delete an object that is not in the database from the database will throw console errors.
See BentoBoxWorld/Biomes#55
Steps to reproduce the behavior
Use API to delete an ID from the database that is not in the database when using SQLite.
Expected behavior
All other databases fail silently. For consistency, have SQLite be silent too. JavaDocs should be updated to explain this operation.
The text was updated successfully, but these errors were encountered: