emews / EQ-SQL

1 stars 0 forks source link

Harden the DB calls in eq.R and eq.py #20

Closed ncollier closed 2 years ago

ncollier commented 2 years ago

The DB calls in eq.r and eq.py should catch database errors and return ResultStatus.FAILURE with the appropriate explanation. Some of the DB code includes exception handling, but does not report the failure beyond writing out the exception.

ncollier commented 2 years ago

Added exception handling and logging in code whose call stack ultimately made a DB call - 856e23e