Revision f6eb78ff
Von Kivitendo Admin vor mehr als 8 Jahren hinzugefügt
SL/DB.pm | ||
---|---|---|
166 | 166 |
}); |
167 | 167 |
|
168 | 168 |
One big difference to L<Rose::DB/do_transaction> is the return code |
169 |
handling. If a transaction is already active then C<with_transcation>
|
|
169 |
handling. If a transaction is already active then C<with_transaction>
|
|
170 | 170 |
simply returns the result of calling C<$code_ref> as-is. |
171 | 171 |
|
172 | 172 |
Otherwise the return value depends on the result of the underlying |
Auch abrufbar als: Unified diff
Typo in Doku