Bug UniScript

Bug UniScript

Attached is a demo project

the event cannot continue even using

procedure TForm.UniScript1Error(Sender: TObject; E: Exception; SQL: string; var Action: TErrorAction);
begin
 Action := eaContinue;
end;

This Script can be executed by IBExpert by creating the procedure "P_ADD_COLUMN"