Actions
Architecture #2438
closedWrap all SQL queries with tryo
Status:
Rejected
Priority:
N/A
Assignee:
-
Category:
Architecture - Code maintenance
Target version:
Pull Request:
Effort required:
Name check:
Fix check:
Regression:
Description
A lot of SQL queries are done with jdbcTemplate, that throws exceptions when something goes wrong.
But we just never exception that are not captured in Box, so these call must be wrapped into net.liftweb.util.Helpers.tryo.
Or we should simply get ride of JDBC template.
Actions