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.
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.