Hello,
In SqlNav 6.2, in the code editor, I type in:
select dummy “column in dual” from dual;
I get:
SELECT dummy “COLUMN IN dual” FROM dual;
As I have the “Code Editor” -> “Keywords to Uppercase” preference checked, I’d expect “select” and “from” to be uppercased, but not “column” and “in” (because they are double-quoted).