Edit -> Selection and e.g. Uppercase does not work when having comments with single apostrophe

Claus Pedersen

Member³
I believe I have read an older post in the forum with a similar topic, but was not able to locate it, so sorry if I am repeating a post.

I have the following code in an SQL window:
SQL:
SELECT * FROM DUAL; -- we'll place an apostrophe here
select * from dual;

I mark all and use Edit -> Selection -> Uppercase.

Only the text in the first line (until the apostrophe) is made uppercase, the rest is left untouched. If the comment contains two apostrophes, it works for second line (bot not for the text surrounded by apostrophes)

This also applies to Lowercase, but not to e.g. Apply syntax case, Remove trailing blanks etc.

Please fix this.

I am using version 14.0.3.1981
 
Back
Top