Hi, I'm using Lift 0.9 and the mapper featurese provided by Lift - I like it!
Now I do need to do some database operations in a transaction and to rollback when an error occurs. I saw DB.rollback and tried DB.rollback(DefaultConnectionIdentifier), but that doesn't rollback anything. I also grepped the lift source code. No matches for "transaction" or "rollback" except in DB. How can I open a transaction and how can I rollback? Thanks a lot for any help! Joachim --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
