Closed hemlac closed 3 years ago
Using StandardSql or PlSql dialect, sql-formatter incorrectly interprets the Oracle quotation (q'...') operator. For input string Select q'{test message}' from dual gives wrong result Select q '{test message}' from dual
Select q'{test message}' from dual
Select q '{test message}' from dual
Fixed by #47
@vertical-blank Works fine! Thank you!
Using StandardSql or PlSql dialect, sql-formatter incorrectly interprets the Oracle quotation (q'...') operator. For input string
Select q'{test message}' from dual
gives wrong resultSelect q '{test message}' from dual