• evgen@moonbone.local's avatar
    Bug#29739: Incorrect time comparison in BETWEEN. · 1b1464ba
    evgen@moonbone.local authored
    Time values were compared by the BETWEEN function as strings. This led to a
    wrong result in cases when some of arguments are less than 100 hours and other
    are greater.
    
    Now if all 3 arguments of the BETWEEN function are of the TIME type then
    they are compared as integers.
    1b1464ba
item_cmpfunc.cc 123 KB