No problem in 4.1.3, but this SQL that includes a comment ending in a semicolon,
is not handled correctly in 4.2ea:
select *
from dual
-- The problem is this semicolon;
where dummy = 'Y';
The result is either 'X' (which is wrong) or an error message.