View Issue Details

IDProjectCategoryView StatusLast Update
0000264SOGoBackend Generalpublic2009-11-27 15:35
ReporterwsourdeauAssigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Summary0000264: db row issue with SOGoUserProfile
Description

Two instances of SOGoUserProfile are created in memory for the same database row. In the case where the row does not exist, each instance will be marked as new. If both settings and defaults are synchronized during the same request for the first time, the second insert will fail because the first will already have created the row.

A possible solution is to create the row immediately when the SELECT returns no corresponding row, forcing all subsequent writes to be UPDATE operations.

TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2009-11-27 15:35 wsourdeau New Issue