Em Quinta 08 Junho 2006 13:32, Jorge Vargas escreveu: > oh I though the implicit transaction was everywhere
There is an implicit transaction on exposed methods. I don't think there is one for common methods. Anyway, even with implicit transactions everywhere, you still have levels of isolation inside your database. If you have some isolation level that doesn't guarantee that your transactions have a "snapshot" of the database all the time they are operating, then you might get wrong results. Imagine, for example, accounting reports being prepared while someone is deleting / adding / updating records... -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

