Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expand LIKE simplification: cover
NULL
pattern/expression and const…
…ant (#13260) * Expand LIKE simplification - cover expression known not to be null - cover NULL pattern - cover repeated '%%' in pattern * Simplify `EXPR LIKE 'constant'` to `expr = 'constant'` * Correctness and style fixes * fix typo --------- Co-authored-by: Adrian Garcia Badaracco <[email protected]>
- Loading branch information