Oracle 10g alternative quoting not recognized in highlighting

Bernhard S

Member³
Hello,

looks like the alternative quoting, that came with Oracle 10g, is confusing the highlighting in pl/sql developer windows.
Here is the syntax description:
Oracle SQL Reference

When entering following command:
select q'[']' from dual;

=> "from dual;"is all coloured blue too, indicating that it's considered part of a string, which it is not.
That behaviour should be fixed in a new pl/sql developer version.
 
Back
Top