-
Sreeharsha Ramanavarapu authored
COMPARING NEGATIVE VALUES Issue: ------ Comparing unsigned columns with negative numbers using BETWEEN clause can result in incorrect results. Solution: --------- Backport the fix for Bug#22501606. When unsigned flag is set for the column/expression, take it into account for all arguments of BETWEEN.
Sreeharsha Ramanavarapu authoredCOMPARING NEGATIVE VALUES Issue: ------ Comparing unsigned columns with negative numbers using BETWEEN clause can result in incorrect results. Solution: --------- Backport the fix for Bug#22501606. When unsigned flag is set for the column/expression, take it into account for all arguments of BETWEEN.
Loading