pgsync icon indicating copy to clipboard operation
pgsync copied to clipboard

fix issue with outerjoin when there are repeated tables

Open JonathanRaiman opened this issue 2 years ago • 1 comments

This is a fix for https://github.com/toluaina/pgsync/issues/243, we notice that outer joins are disabled when any child has a filter applied, however, if a table is repeated then outerjoins should always be used when performing updates.

JonathanRaiman avatar Sep 16 '23 14:09 JonathanRaiman

@toluaina is this fix to merge?

JonathanRaiman avatar Sep 24 '23 22:09 JonathanRaiman