Project

General

Profile

Actions

Architecture #2438

closed

Wrap all SQL queries with tryo

Added by François ARMAND about 12 years ago. Updated over 7 years ago.

Status:
Rejected
Priority:
N/A
Assignee:
-
Category:
Architecture - Code maintenance
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 #1

Updated by Jonathan CLARKE almost 12 years ago

  • Target version changed from 24 to Ideas (not version specific)
Actions #2

Updated by François ARMAND about 11 years ago

  • Assignee deleted (François ARMAND)
Actions #3

Updated by François ARMAND over 7 years ago

  • Status changed from New to Rejected

This isn't the case anymore with Doobie in 4.0.

Actions

Also available in: Atom PDF