Emitted SQL contains huge blocks of empty transactions:
-- ...
COMMIT;BEGIN;
COMMIT;BEGIN;
COMMIT;BEGIN;
COMMIT;BEGIN;
-- ...
Especially annoying when the generated SQL script only contains empty transactions and no other content:
BEGIN;
COMMIT;BEGIN;
COMMIT;BEGIN;
COMMIT;