FrankB
Member²
Hello,
since 7.1.5 the syntax parser in the sql windows does not work as before:
if you have three statements with comments an the window an press F8 while first row ist marked, you get a syntax error
select ID from TABLE1 GROUP BY id; -- remark1
select x from table2 GROUP BY x; -- remark2
if you remove the comment or move the comment to a new line, the syntax will be good again
if you mark the second line and press f8, this and the following sql-phrase will be marked and ora911 will be raised
it is irrelevant if -- or /* */ will be used for comments
Moving the ending ';' of each clause behind each comment will help too. So i assume that there is a bad parsing error.
This is very annoying but has worked well before.
Regards,
Frank
since 7.1.5 the syntax parser in the sql windows does not work as before:
if you have three statements with comments an the window an press F8 while first row ist marked, you get a syntax error
select ID from TABLE1 GROUP BY id; -- remark1
select x from table2 GROUP BY x; -- remark2
if you remove the comment or move the comment to a new line, the syntax will be good again
if you mark the second line and press f8, this and the following sql-phrase will be marked and ora911 will be raised
it is irrelevant if -- or /* */ will be used for comments
Moving the ending ';' of each clause behind each comment will help too. So i assume that there is a bad parsing error.
This is very annoying but has worked well before.
Regards,
Frank