F. van Boven
Member²
Hi,
I'm trying (for the first time) to use the beautiful to quickformat some PL/SQL code to our company standards. There are some options missing to make it work.
Can the following options be added:
- Casing of aliases
- List items on a new line
So the next code:
becomes:
Some weird formatting I've encountered:
- "group by" was formatted into "group by" (double spacing)?
- GREATEST and NVL are not formatting using the specified keywords syntax case
Should they already be there I can't find them
Thanx in advance,
Frank van Boven
I'm trying (for the first time) to use the beautiful to quickformat some PL/SQL code to our company standards. There are some options missing to make it work.
Can the following options be added:
- Casing of aliases
- List items on a new line
So the next code:
Code:
select o.ORDERID, o.ORDERDATE
from VAN_ORDER o
where o.ORDERID = 12345
becomes:
Code:
select
o.ORDERID,
o.ORDERDATE
from
VAN_ORDER o
where
o.ORDERID = 12345
Some weird formatting I've encountered:
- "group by" was formatted into "group by" (double spacing)?
- GREATEST and NVL are not formatting using the specified keywords syntax case
Should they already be there I can't find them

Thanx in advance,
Frank van Boven