Ticket #3873 (closed defect: fixed)
0.9: ItemFileWriteStore has identity bug with autocreation of identities
| Reported by: | jaredj | Owned by: | skinner |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.9 |
| Component: | Data | Version: | 0.9 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
0.9: ItemFileWriteStore? has identity bug with autocreation of identities
With how ItemFile? WriteStore? auto-creates identities for data sources that do not specify an identity, it will fail if there are deleteItem() calls followed by newItem() calls, as it depends on the length of the all items array as the identity to use for the new item.
Change History
Note: See
TracTickets for help on using
tickets.