Skip to content

[feature] raise earlier when deleting None

Victor requested to merge shyba/soledad:improve_8791 into master

If an application tries to delete None, by accident, raising earlier would help to show the caller stack trace instead of inner sqlite backend stack and make the error more friendly.

Merge request reports