pgsync
pgsync copied to clipboard
fix issue with outerjoin when there are repeated tables
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.
@toluaina is this fix to merge?