Commit Graph

1 Commits (2f00b56f0c606449e62b7fd1d3a0b827bd1264e4)

Author SHA1 Message Date
Luka Vandervelden 2f00b56f0c Proper replacement of values.
It’s no longer needed to `hash.delete old_data`, `hash[id] = new_data`.
Previously existing data are properly de-indexed, then replaced by the
new data, which are then properly re-indexed. As you’d expect from a
database thingy.
2019-12-10 20:28:49 +01:00