sql: make LIKE predicate return boolean result
According to ANSI, LIKE predicate should return boolean result. This patch changes type of return value of LIKE predicate. Part of #3723
Loading
Please register or sign in to comment
According to ANSI, LIKE predicate should return boolean result. This patch changes type of return value of LIKE predicate. Part of #3723