Yes, I know. See the steps I mentioned on my previous message. >From web2py's perspective (if I'm not mistaken) is like this: 0. Enter function (activate web2py "transaction"). My steps go in the middle. 6. Commit "transaction".
If anyone changes the record from wo_counter or sn_counter in the middle of the commit/rollback, web2py/DAL won't stop them because no locking is in place until the commit/rollback. I am seeing this the wrong way? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

