can you try run that query in the console tab?
can you try run that query in the console tab?



pack_id=371151432834875400 but not where pack_id is a number with the same where clause371151432834875396
Edit Cloudflare Workers template, it doesn't include D1. This caught me out a little bit running D1 commands in CI, as it does include KV and R2, so seems a little inconsistent it doesn't include D1, but perhaps there is a reason for that
PRAGMA defer_foreign_keys=ON not disable on update and on delete actions? Kinda weird when SQLite often requires recreating tables (and thus triggering those actions)select * from pragma_table_info('TABLE_NAME_HERE');on delete and on update features because of this? Or should I dump my current db, create a new one, and upload the data?pack_id=371151432834875400371151432834875396Edit Cloudflare Workers [cause]: Error: parser stack overflow
at D1Database._sendOrThrow (cloudflare-internal:d1-api:67:24)
at async D1PreparedStatement.raw (cloudflare-internal:d1-api:184:32) {
[cause]: undefined
}PRAGMA defer_foreign_keys=ONon updateon updateon deleteon deleteselect * from pragma_table_info('TABLE_NAME_HERE');