bug - H-Rider moves and duplicate values between tables.
lior-h opened this issue · 1 comments
lior-h commented
It's possible that a modification you make in a certain table would end up in another table.
Scenario:
- Edit a row on table A, don't click save.
- Choose a different table (table B) from the list and edit a row there, to make the save button enabled
- Click save - the row you edited in table A would be inserted into table B
The reason is that the changes tracker is not cleared when moving from table to table
lior-h commented
fixed in version 1.0.8.4