Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add method to update a dblist #19

Closed
To-om opened this issue Jun 22, 2017 · 1 comment
Closed

Add method to update a dblist #19

To-om opened this issue Jun 22, 2017 · 1 comment
Assignees
Milestone

Comments

@To-om
Copy link
Contributor

To-om commented Jun 22, 2017

Currently, items in dblist can be listed, added and removed but not updated.

The aim of this issue is to add a method to update a dblist entry.

@To-om To-om added this to the 1.2.0 milestone Jun 22, 2017
@To-om To-om self-assigned this Jun 22, 2017
To-om added a commit that referenced this issue Jun 22, 2017
@To-om
Copy link
Contributor Author

To-om commented Jun 22, 2017

Dblist item can't really be updated because its ID is computed from its value and the name of the dblist. This prevent to have duplicate value. An update of dblist item is, in fact, a removal and a creation. This means that after an update, the item has a new id.

@To-om To-om closed this as completed Jun 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant