T
Thomas Mercer-Hursh
Guest
Steph, if you add for table to the do transaction, then you don't need to do any of the stuff afterwards. Better yet, put these actions in an IP or method, define a buffer in that IP or method, and the buffer use will be scoped to the IP or method. The first time you add in this kind of scoping, you are likely to get complaints from other places in the code and need to add it there. But, if you do this consistently, there is no ambiguity about locks and no possibility of mysterious interactions.
Continue reading...
Continue reading...