http://www.alagad.com/go/blog-entry/cf-wishlist-named-transactions
Jared has a good idea here. I've often been frustrated at the limitations of cftransaction, and removing the limitation of having to nest your cfquery in a cftransaction tag in order to take advantage of cftransaction would go a long way to making cftransaction a lot more usable.
On occasion (not often), I have been in a situation where I've had related insert statements to different datasources. You can't nest cfqueries of different datasources in a cftransaction, which makes rollbacks unnecessarily difficult should the first insert succeed and the second fail. Jared's idea would make dealing with this situation simple.
You need to be a member of ColdFusion Community to add comments!
Join ColdFusion Community