opaque-sql icon indicating copy to clipboard operation
opaque-sql copied to clipboard

Null checking for Min/Max

Open ankurdave opened this issue 7 years ago • 0 comments

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.

ankurdave avatar Mar 08 '18 21:03 ankurdave