> 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. >
Thanks, it solves the problem indeed. However, I wonder why zope.transaction relies on the *session* to be mark as changed. I could perfectly have issued a non-ORM statement and hoped for transaction.commit() to do what it claims to do, rather than trying to be smart. Is there any zope.transaction developer here to enlighten me? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

