View SQL mode

tema

Member
Hello! Where can I set case (for table name, type of fields) for the View SQL mode?

SQL:
-- Create table
create table NAMETABLE
(
  field1 NUMBER,
  field2 NUMBER,
  field3 NUMBER,
  field4 VARCHAR2(2000)
)

 
It's not a huge deal, but I would love to have preferences for this in the Beautifier. I like my keywords uppercase and my object names (e.g. the table and the fields names) to be lowercase.

Could you please add this to your requested enhancements list?
 
Back
Top