Closed bencentra closed 10 years ago
It still dies when SQL exceptions are encountered, but empty result sets don't register as errors.
Fixed by forcing exceptions on error in dbInfo.inc, better exception catching in db_utils.php, and strict type checking on query results in drink_api.php
Right now, it just dies if it encounters an exception. I'd rather it return false and guess at why than have it just crash.