Add a check to see if a key is correct, before fetching it #67
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
At the moment, we fetch a key from the database, without checking whether this key is valid at all. We can check the key format first as an optimization, and skip fetching from the database if the format is incorrect.