Hi,

>For SQLObject, there's the notrans database URI prefix - is there an
>analog for SA? I'm happy hacking database.py but the underlying mysql
>python driver would revert to transactional behaviour if I let a BEGIN
>slip through, so I'd really like to get it right first time!
>  
>
No analog I know of. Your best bet is probably to edit database.py, 
remove most of the code in sa_rwt and sa_restart_transaction, but make 
sure to leave in session.close at the end. Any calls to session.begin 
from your application will still get through.

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