Review Board 1.5.4

Refactored Mapper logging

Updated 2 years, 4 months ago

Derek Chen-Becker Reviewers
1.1-SNAPSHOT
dchenbecker, dpp, timperrett, marius
None LiftWeb-archive
Refactored Mapper logging so that we use a set of wrappers on java.sql.{PreparedStatement,Statement} so that we don't have to depend on the JDBC driver to provide a useful toString representation.
I've run this against my own local Lift test app (based on ToDo).
Review request changed
Updated 2 years, 4 months ago (September 14th, 2009, 9:04 a.m.)
Ship it!
Posted 2 years, 4 months ago (September 14th, 2009, 9:16 a.m.)
These changes are breaking changes to the API.  I doubt that many people are using them, but I'd suggest giving a heads up to the Lift list before putting the changes into master.
Ship it!
Posted 2 years, 4 months ago (September 14th, 2009, 9:21 a.m.)
Looks good Derek! Also review board is looking good :-)
Ship it!
Posted 2 years, 4 months ago (September 14th, 2009, 9:39 a.m.)
I really like it ... but please post a breaking change notice on the list.

Marius
Ship it!
Posted 2 years, 4 months ago (September 14th, 2009, 10:16 a.m.)
I'll make a breaking changes announcement on the list and give some example code.