The berryExists function previously returned only a bool, discarding any error from connections.QueryBerryData and returning false.
This caused real database failures (temp file creation, sqlite open, query execution) to surface to the user as berry "X" not found, hiding the actual issue.
The
berryExistsfunction previously returned only abool, discarding any error fromconnections.QueryBerryDataand returning false.This caused real database failures (temp file creation, sqlite open, query execution) to surface to the user as
berry "X" not found, hiding the actual issue.