Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: handle parentheses with unary ops (#4290)
* feat: handle parentheses with unary ops Signed-off-by: Ruihang Xia <[email protected]> * clean up Signed-off-by: Ruihang Xia <[email protected]> * add comment Signed-off-by: Ruihang Xia <[email protected]> * add sqlness test Signed-off-by: Ruihang Xia <[email protected]> * check tokens before convert to RPN Signed-off-by: Ruihang Xia <[email protected]> * add test cases to sqlness Signed-off-by: Ruihang Xia <[email protected]> * fix clippy Signed-off-by: Ruihang Xia <[email protected]> --------- Signed-off-by: Ruihang Xia <[email protected]> Co-authored-by: dennis zhuang <[email protected]>
- Loading branch information