Added return value of deleteAll method
The deleteAll method return value wasn't documented, forcing one to check the class docs to know if it just returns a boolean value (as implied by the "considered successful" note in the docs), or a true number of deleted rows.
Loading
Please sign in to comment