
9 Sep
2009
9 Sep
'09
10:54 p.m.
Tomas wrote:
1) Transactions can be controled through lower-level interface.
Transactions should be represented by transaction objects, so that if they're destroyed before a commit() member function is called, the transaction is automatically rolled back. This is an easy way to make transactions exception-safe. --Jeffrey Bosboom