Skip to content

Range based FOR is broken with a DO SUSPEND without BEGIN...END #8625

@sim1984

Description

@sim1984

Firebird-6.0.0.863-0-45be57b-windows-x64

execute block
returns (i int)
as
begin
  for i = 1 to 3 do suspend;
end

Actual result:

           I
============
           1

Expected result:

           I
============
           1
           2
           3

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions