Database - Do in-place update when data is re-loaded #73
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When the database node saves its data, the rows completely re-load with new data. This means that, if the user has an editor open, the row they were editing will have been replaced so their changes won't save.
We need to have a way to update the data in-place, rather than outright replacing it on save.