sql-indent
sql-indent copied to clipboard
Emacs sql-indent
Hi, I think sql-indent should be a minor mode (it's uncommon to have code which does something merely by loading it). However changing it to a minor mode now will...
I use sql-indent on my work, and sometimes sql-indent does not work as I expected, for example: 1. Indentation does not work for some keywords by default: BEGIN, ELSE, END,...
I'd like a feature for hive sql syntax such as: SELECT y, ....CASE ........WHEN foo>5 THEN "great" .........WHEN foo=5 THEN "normal" .........ELSE "poor" ....END AS level FROM bar;