Inline edit - checking identical rows before updating #13434
LukasBreit
started this conversation in
Ideas
Replies: 1 comment
-
If you have any control over this database, I suggest you set a proper primary key and let the database handle duplicate checks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you have 2 rows in a table which differ only in one column and the user uses the inline-edit function, he is able to enter the same values for the differing column. So after the changes are saved both rows are completely the same. If you inline-edit one of them afterwards they are also changed both, because they have the same primary key (all columns). Is there a way to check before commiting the inline-edit changes whether there would be completely identical rows after commiting the changes?
Beta Was this translation helpful? Give feedback.
All reactions