Review Board 1.5.4

Issue 609 - Refactored net.liftweb.mapper.DB to reduce dup code

Updated 1 year, 5 months ago

Derek Chen-Becker Reviewers
609 dchenbecker, dpp, marius, charles, heiko, joni, atsuhiko, jorge, naftoli, kris, indrajit, alexb, dlouwers, mstarzyk, rmellgren, jhoffman, probinett, jmadsen, mhartmann, jstrachan, jgoday
None LiftWeb-archive
The DB.runQuery, DB.performQuery, and DB.runUpdate methods all used the same copy/paste section for setting params on a PreparedStatement. This moves that common code into a method so that we avoid bugs in the future.
On local Lift app
Ship it!
Posted 1 year, 5 months ago (August 15th, 2010, 3 a.m.)
Fine by me.
Review request changed
Updated 1 year, 5 months ago (August 18th, 2010, 9:01 a.m.)
  • changed from Refactored net.liftweb.mapper.DB to reduce dup code to Issue 609 - Refactored net.liftweb.mapper.DB to reduce dup code

Added issue # to summary