Database - Do in-place update when data is re-loaded #73

Open
opened 2021-02-02 15:22:36 +00:00 by garrettmills · 0 comments
Owner

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.

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.
garrettmills added the
Bug
Scope: Databases
labels 2021-02-02 15:22:36 +00:00
Sign in to join this conversation.
No description provided.