https://bugs.documentfoundation.org/show_bug.cgi?id=148266

--- Comment #4 from Robert Großkopf <[email protected]> ---
Seems Firebird needs a special EXECUTE BLOCK for this:

execute block as
begin
  INSERT INTO "table" ("ID") VALUES(4);
  INSERT INTO "table" ("ID") VALUES(5);
  INSERT INTO "table" ("ID") VALUES(6); 
end

will work here.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to