erezsh / reladiff

High-performance diffing of large datasets across databases
https://reladiff.readthedocs.io/en/latest/index.html#
Other
366 stars 9 forks source link

allow to disable duplicate rows support with assume-unique-key #47

Closed alex-mirkin closed 1 month ago

alex-mirkin commented 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

erezsh commented 1 month ago

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)

erezsh commented 1 month ago

Great PR!