fix: fix multiple diffs ouput less lines if null values present
This commit is contained in:
parent
1bea5a53c2
commit
26cafdea13
|
@ -2663,7 +2663,7 @@ bool diffFunctionSetup(SqlFunctionCtx* pCtx, SResultRowEntryInfo* pResInfo) {
|
||||||
} else {
|
} else {
|
||||||
pDiffInfo->ignoreNegative = false;
|
pDiffInfo->ignoreNegative = false;
|
||||||
}
|
}
|
||||||
pDiffInfo->includeNull = false;
|
pDiffInfo->includeNull = true;
|
||||||
pDiffInfo->firstOutput = false;
|
pDiffInfo->firstOutput = false;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue