William Robertson
Member³
I've just tried to edit a query containing multiline comments like this:
As I have the AutoSelect statement preference set, PL/SQL Dev tries to parse the window contents and it thinks the semicolon is a query terminator.
Code:
SELECT /*
multi-line comment ending in a semicolon;
*/
dummy
FROM dual
As I have the AutoSelect statement preference set, PL/SQL Dev tries to parse the window contents and it thinks the semicolon is a query terminator.