Bug with TOracleScript and comments

Tailor K

Member²
Hello.

I'm using DOA 4.1.1.0 and found a bug this week, with an anonymous PL/SQL block and a TOracleScript component. A comment with '--' should last until the end of the current text line, but it turns to be active until the next ';' character.

This code:

declare -- this is the conversion to the new tab v3
x integer;
y date;
begin
...
end;

gives an error, because starts to 'compile' at the 'y date;' line.

Can you give a look to that?

Thanks.
 
Hello.

Sorry for the delay; I was working on other project and forgot this question ...
Yes, it works well without the comment, or if I put the comment on a new line; it only breaks with code and comment together on the same line.

Is there any option to receive a copy on email for responses in my own topics ? So I wont miss it again.

Thanks
 
Last edited:
Back
Top