episode: Fix: SQLite PRAGMA foreign_keys is per-connection, not per-pool

This commit is contained in:
Cal Corum 2026-02-28 10:53:04 -06:00
parent e2154e61bd
commit fbfad7f89c

View File

@ -26,3 +26,7 @@ Session size: 17 messages, 4 tool calls
## 10:52 - Fix: SBA API transaction move_id is a string not i64
- **Type:** fix
- **Tags:** sba-scout, rust, api, serde, fix, transactions
## 10:53 - Fix: SQLite PRAGMA foreign_keys is per-connection, not per-pool
- **Type:** fix
- **Tags:** sba-scout, rust, sqlx, sqlite, fix, pragma, connection-pool