Hi,

> From reading the documentation (20-min Wiki), I got the impression
> that TG supports automatic transaction. Then I read the code in the
> database module and only noticed a bunch of unused stub functions for

I think you've misunderstood the code (unless someone has recently
check-in some broken changes!)

TG 1.0/1.1 branches do automatic transactions and work with SA 0.3.10+
and 0.4. The code works quite reliably (various corner cases are
handled), but is not particularly elegant. If we didn't support SA 0.3
we probably would use a transactional session, but to make supporting
both versions simpler, we use manual transaction methods on a
non-transactional session (which has exactly the same effect in the
end).

Paul

--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to