Hello,
I noticed that if I try to beautify a SQL query that uses the MODEL clause, the beautifier will remove the square bracket characters, so that its syntax becomes invalid. I tried it with the following query:
select integer_value
from dual
where 1=2
model
dimension by ( 0 as key )...