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