mirror of
https://github.com/safishamsi/graphify.git
synced 2026-09-05 13:16:16 +00:00
DDL wrapped in a transaction parses under a `transaction` node the statement walker never descended into, so a CREATE TABLE inside BEGIN/COMMIT was never extracted while a top-level one was. Recurse into transaction blocks; nested statements get the same handling, no double-emit.