Michael Bayer wrote: > Rodney Haynie wrote: > >>> >> Ok, tried it. Still no data being committed. >> No errors popping either. >> > > its likely a turbogears usage issue so check with their list. I know > they have their own idea about transactional scope. >
> For what its worth: > Turns out the issue was that each sql.execute() call I was making out to a sproc required that the sproc have a COMMIT statement within. Only necessary if the sproc was modifying/adding data. After that, I did not need to have any additional code in the TG2 controller. The transaction automatically committed. -R > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" 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/sqlalchemy?hl=en -~----------~----~----~----~------~----~------~--~---
