fnp
/
fnpeditor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
95d7d37
)
smartxml: Automatically rollback transaction on error thrown
author
Aleksander Łukasz
<aleksander.lukasz@nowoczesnapolska.org.pl>
Wed, 19 Mar 2014 12:16:53 +0000
(13:16 +0100)
committer
Aleksander Łukasz
<aleksander.lukasz@nowoczesnapolska.org.pl>
Fri, 28 Mar 2014 11:25:31 +0000
(12:25 +0100)
This works for:
- implicit transactions created for transformations run when there is
no transaction in progress
- transactions started by Document.transaction call
It won't work for transactions started by Document.transactionStart.
No differences found