format SQL demolishes SQL with dbvis variables in it
a
anonymous
started a topic
almost 12 years ago
[This topic is migrated from our old forums. The original author name has been removed]
I have ${ and } as varible delimiters and when I reformat the buffer
select '${boe}' from dual;
becomes
SELECT
'${boe||(null)||null}'
FROM
dual;
Is that a feature?
Have a nice weekend,
Ronald.
anonymous