Accenture / DBTestCompare

Application to compare results of two SQL queries
MIT License
25 stars 12 forks source link

Use UNION ALL in MINUS comparison #18

Closed maciejrudy-zz closed 7 years ago

maciejrudy-zz commented 7 years ago

MINUS test uses "UNION" by default. This removes duplicates from the result set.

Change UNION to UNION ALL, to get all differences.