opaque-sql
opaque-sql copied to clipboard
Null checking for Min/Max
From #23:
Setting init value to zero (default for IntegerType currently) might not return valid results when data contains also negative values.
The existing null checks are not sufficient since they only check the nullity of the current max, not the new value.