QueryTool B20.1.537 broken logic for local on error continue

To be pointed out on Query Tool Beta 20.1.537, it seems that the local on error continue statement works:

Query Tool continues and skips error, but the final error message, if errors are encountered during the script is not shown any more at the end of execution.

Thanks for reporting the problem. On 22.0.44 it seems to work correctly again.

The following script reports:

itgenqtl105
Successfully executed 3 statements in 0 seconds.

local on error continue

select 1

begin
  null;
end;

The following script reports first an itgensql056 and at the end

itgenqtl109
1 errors were raised during execution of 3 statements in 18 seconds.

local on error continue

select this will not work and memorize an error

begin
  null;
end;

This question was automatically closed after 2 weeks of inactivity. The last answer given has been marked as a solution.

Please ask a new question via a separate topic if the problem occurs again. Please include a link to this topic in the new question by pasting its URL into the text.