[Zope] Rollback and delete weird behavior

2006-07-01 Thread Luiz Fernando B. Ribeiro
Hello, In a python script I got a structure like this: # Many request checks # A zSQl method deleting some old data cotainer.doDelete(key=key) errors = [ ] for data in list: # Other checks if error: errors.append(error) continue # Inserts in mysql database cotainer.doInsert(da

Re: [Zope] Rollback and delete weird behavior

2006-07-01 Thread Chris McDonough
Can you provide a reproducible test case? There are really too many moving parts here to know what is going on without being able to reproduce it. On Jul 1, 2006, at 1:24 PM, Luiz Fernando B. Ribeiro wrote: Hello, In a python script I got a structure like this: # Many request checks # A