crud icon indicating copy to clipboard operation
crud copied to clipboard

Replace/insert errors `operation_data` should always contain tuple that was not inserted

Open psergee opened this issue 2 years ago • 0 comments

Sometimes it is not possible to determine (using returned success list) which tuple is not inserted, because it can be changed by a trigger. In this case returned success list will not contain the original tuple. Need to be able to uniquely determine which tuple is not inserted/replaced. Most likely this can be done using operation_data error field.

psergee avatar Nov 22 '23 09:11 psergee