Ticket #23 (closed task: fixed)
Clarify behaviour of fields-to-delete
| Reported by: | bruno | Owned by: | evert |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.1 |
| Component: | Repository | Version: | |
| Keywords: | Cc: | lily-developers@… |
Description
Some things that should be clarified on the Record javadoc (or the Repository.update javadoc):
- What happens upon Repository.update() if a field is both present in the Record object and in the list of fields to the delete?
- If the fields-to-delete takes precedence, will the repository then remove the field from the (returned) Record object?
- Is the list of fields-to-delete cleared after Repository.update() ?
Change History
Note: See
TracTickets for help on using
tickets.