Actually, it seems like D1 behaves different here than SQLite. In SQLite, those actions are not trig
Actually, it seems like D1 behaves different here than SQLite. In SQLite, those actions are not triggered when using
PRAGMA foreign_keys=OFF;. In D1, however, with PRAGMA defer_foreign_keys=ON;, the referential actions still run. That happens in Miniflare and in remote D1...






