PLSQL 16 Formatter Bug

Hi,
When there is a function used on a column name, the aliases are not correctly justified/aligned when using the PLSQL Beautifier. See the screenshot. Both the queries have been formatted.

Thanks,
Saurabh

2025-01-14_15-17-08.png
 
This is indeed a limitation of the alignment option. When using function calls or other expressions in the field list, the aliases will not be aligned.
 
Back
Top