sqlparse
sqlparse copied to clipboard
LIKE not recognized as a keyword
$ echo select x like y from z\;| sqlformat --keywords upper -
SELECT x like y FROM z;
Maybe there should be an option to add a list of the user's additional keywords.
https://www.educba.com/sql-keywords/ keyword number 35.
Hey, @jidanni can I work on the above issue, FYI - I have been working on Parser for more than 1 yr.
Thanks
Sure. I'm not in charge here.