Activity log for bug #32606

Date Who What changed Old value New value Message
2006-02-23 13:53:02 Guilherme Salgado bug added bug
2006-02-23 13:53:23 Guilherme Salgado launchpad: status Unconfirmed Confirmed
2006-02-23 13:53:23 Guilherme Salgado launchpad: statusexplanation
2006-03-09 13:07:58 Guilherme Salgado description There seems to be a subtle bug on PersonSet.createPersonAndEmail(), in which the insert SQL command to create the email address is sent to the database before the insert command to create the person. In this case, what happens is OOPS-53D119. I guess that like bug 31651, this one could be fixed by placing a flush_database_updates() call after the call to PersonSet._newPerson(), but it's not trivial to test that that would actually solve the problem and I don't think this is the right thing to do. We are experiencing some "foreign key constraint violations" when creating new accounts, more specifically when inserting rows in tables that have a foreign key to the person table. References: OOPS-67C37 and OOPS-53D119. As James Henstridge pointed out, this, bug 31651 and bug 32615 may all be the same problem.
2006-06-08 17:00:29 Guilherme Salgado marked as duplicate 44032