> if i don;t change anything in that file the last command: DBSession.commit() > raises an error - short version: AssertionError: Transaction must be > committed by zope. the long version is bellow... if i comment that last > line it works fine and apparently does commit the table... it doesn't bring > up any errors...
Yea, transactions are committed automatically by the framework now, so there's no need to do it in the controller code anymore. Just removing DBSession.commit() wherever you see it should be enough to get you going. --Mark Ramm --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

