View Issue Details

IDProjectCategoryView StatusLast Update
408PHPOF2Defaultpublic21 May 2012 09:13
Reportermkierat Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Summary408: DBRow->store() should be final as it should never be overloaded
Descriptionstore() just figures out if insert() or update() has to be called. In any derived classes overloads should be made for insert() and update() and never for store(), which unfortunately does happen.

This might work for an individual developer where they call store() all the time, but if they call update() at one point (or any other developer calls update() then the code in the overloaded store() will never get executed leading to possible issues).
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
21 May 2012 09:13 mkierat New Issue