|
|
|
|
|
by hackcrafter
3143 days ago
|
|
I was thinking that too, then I realized he was wrapping the code in `DB.transaction` blocks, which rollback on any type of exception, so that all those staged/checkpoint entries only persistent if the block cleanly executes. Pretty neat... |
|