Antoine Pitrou schrieb: > The problem is that, although I do transaction.commit(), the COMMIT is > not issued and therefore the row is not actually deleted in the DB:
I had a similar problem recently and it was solved by updating zope.sqlalchemy from version 0.3 to 0.4. In the old version, bulk deletes did not mark the session as changed. -- Christoph --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

