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.
Updated by Jonathan CLARKE over 12 years ago
- Target version changed from 24 to Ideas (not version specific)
Updated by François ARMAND about 8 years ago
- Status changed from New to Rejected
This isn't the case anymore with Doobie in 4.0.
Actions