You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is Issue 238 moved from a Google Code project.
Added by 2011-02-20T13:20:41.000Z by sylvain....@gmail.com.
Please review that bug for more context and additional comments, but update this bug.
Closed (Fixed).
Original labels: Type-Defect, Priority-Medium, v0.9.25
Original description
1. load a record with an indexed property filled (value == 'A')
2. change the property value to 'B'.
3. change the property value to 'C' (without saving before).
4. save and commit.
5. The method record.getOriginalValue(iPropertyName) return 'B' and not 'A', so the OPropertyIndexManager will not correctly update the index for the old value.
Here a test case and a patch that correct the problem.
Note : I think tha there is a similar problem with remove fields : the ODocument.getDirtyFields() should return more fields that those are really updated (create and remove a field before saving). It's perhaps a less important issue.
The text was updated successfully, but these errors were encountered:
This is Issue 238 moved from a Google Code project.
Added by 2011-02-20T13:20:41.000Z by sylvain....@gmail.com.
Please review that bug for more context and additional comments, but update this bug.
Closed (Fixed).
Original labels: Type-Defect, Priority-Medium, v0.9.25
Original description
The text was updated successfully, but these errors were encountered: