zieren / wasted-youth-tracker

Limit kids' time on their (Windows) PC and get a summary of the window titles.
GNU General Public License v3.0
5 stars 0 forks source link

Surface DB query errors properly #25

Closed zieren closed 2 years ago

zieren commented 3 years ago

Currently these are silently ignored and only logged. Maybe throw from the logging handler? Maybe MeekroDB has explicit support?

zieren commented 2 years ago

MeekroDB can be configured to do this:

DB::$throw_exception_on_error = true;

The PHP error handler now exits with a message that is guaranteed to choke the client. We can't return 500 because we have, in general, already begun outputting.