Parsing SQL text bug

Mindaugas

Member²
Hello,

Here are two statements:


Code:
PROMPT Inserting order's values
after this, because of one quote, the rest of the text is "colored" as string.


Code:
PROMPT Inserting order''s values
after this, two quotes, text is "colored" fine.

Maybe it's possbile, after word PROMPT, make parser more intelligent in coloring code text :)
 
Which window type are you using? The Command Window displays this correctly. Other windows do not support the PROMPT command (which is a SQL*Plus command).
 
I've used SQL window.
Yes, you are right about supporting PROMPT command.
But I was editing SQL script in SQL window, and because of 1 quote, highlighting was incorrect.
 
Back
Top