Closed alex-mirkin closed 1 month ago
Allow to disable duplicate rows support, by using existing --assume-unique-key switch As discussed in PR https://github.com/erezsh/reladiff/pull/41
I now see it's not necessary to define the gen_diff closure. It can be done just by assigning to a variable, or by refactoring it to a regular function. (either one is fine by me)
Great PR!
Allow to disable duplicate rows support, by using existing --assume-unique-key switch As discussed in PR https://github.com/erezsh/reladiff/pull/41