AndyGeng123

Results 3 issues of AndyGeng123

Oracle sql text: ``` select * from andy.t_test for update; ``` Expect output: ```sql select * from andy.t_test for update; ``` output in demo website: ```sql select * from andy.t_test...

bug

Hi there, I tested the demo of sql-formatter, https://sql-formatter-org.github.io/sql-formatter/ There is an option "Indentation style: Tabular, Right", is there any way of veritcal-blank edition to archive this? Many thanks.

Standard style for "case when" is correct, but "Tabular Right" get incorrect format. I tested it on demo site. ```sql select x, case 1 then 'a' else 'none' end a,...

bug
tabular format