• G
    fix(query): fix time function related bugs (#11604) · 00ae854c
    Ganlin Zhao 提交于
    * fix(query): fix timediff args cannot be integer values
    
    TD-14798
    
    * fix(query): fix timediff/timetruncate/to_unixtimestamp handling NULL value and empty string
    
    TD-14802
    TD-14803
    
    * refactor(query): constant NULL value processing logic
    
    TD-14802
    TD-14803
    
    * refactor(query): support timefunction arithmetic operation with boolean
    constant
    00ae854c
ttime.c 21.6 KB