Skip to content
  • Sreeharsha Ramanavarapu's avatar
    7fe85961
    Bug #27691347: BETWEEN CLAUSE RETURNS INCOHERENT RESULTS · 7fe85961
    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.
    7fe85961
    Bug #27691347: BETWEEN CLAUSE RETURNS INCOHERENT RESULTS
    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.
Loading