Bug: Multiple Query execution does not count apostrophs

BWendling

Member³
Multiple Query execution does not count apostrophs.

This works:
select ';' from dual

This does not work:
select ';
' from dual
 
Hello,
any news about this problem? I am working with version 7.1.5 and problem is still there. Will it be fixed in future release?
 
Back
Top