Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
editEntry: Use sanitized inputs in SQL UPDATE
We sanitized the inputs to make sure there are no bad (empty, invalid string) values, but then use the provided inputs rather than the sanitized inputs in the SQL query. This was introduced in #54 and was exposed in the API as seen in #77. Close #77.
- Loading branch information