relate: 49a8001d --RELATED_TO--> bc4abc6e

This commit is contained in:
Cal Corum 2026-02-28 10:54:00 -06:00
parent 2b45366497
commit 7efd3bc2bc
3 changed files with 25 additions and 2 deletions

View File

@ -6,7 +6,7 @@ tags: [sba-scout, rust, tui, ratatui, phase-4, async, tokio, decision]
importance: 0.8
confidence: 0.8
created: "2026-02-28T16:52:43.969652+00:00"
updated: "2026-02-28T16:53:55.359039+00:00"
updated: "2026-02-28T16:54:00.365432+00:00"
relations:
- target: 4dc83eed-b0b1-4924-b82e-faf352426785
type: FOLLOWS
@ -33,6 +33,11 @@ relations:
direction: incoming
strength: 0.6
edge_id: 1a8007be-890d-4ca2-9c8e-d9bd35c9cb79
- target: 49a8001d-b3b9-4a29-911a-956db4b37f21
type: RELATED_TO
direction: incoming
strength: 0.7
edge_id: 6f4bc010-3d87-484c-b762-e700036a6b1f
---
# SBA Scout Rust Phase 4 Complete

View File

@ -0,0 +1,13 @@
---
id: 6f4bc010-3d87-484c-b762-e700036a6b1f
type: RELATED_TO
from_id: 49a8001d-b3b9-4a29-911a-956db4b37f21
from_title: "Fix: SQLite PRAGMA foreign_keys is per-connection, not per-pool"
to_id: bc4abc6e-57c1-4d6c-b414-213c1367be9b
to_title: "SBA Scout Rust Phase 4: Async TUI with Dashboard and Gameday screens"
strength: 0.7
created: "2026-02-28T16:54:00.365432+00:00"
updated: "2026-02-28T16:54:00.365432+00:00"
---
SQLite FK fix needed for Phase 4 to load transaction data without FK violations

View File

@ -6,13 +6,18 @@ tags: [sba-scout, rust, sqlx, sqlite, fix, pragma, connection-pool]
importance: 0.7
confidence: 0.8
created: "2026-02-28T16:53:04.445263+00:00"
updated: "2026-02-28T16:53:45.555855+00:00"
updated: "2026-02-28T16:54:00.365432+00:00"
relations:
- target: c9add129-283a-445a-8dff-4525ec7fa9b6
type: RELATED_TO
direction: outgoing
strength: 0.8
edge_id: 38d8bd6e-af74-4d93-9c35-709865f12f2f
- target: bc4abc6e-57c1-4d6c-b414-213c1367be9b
type: RELATED_TO
direction: outgoing
strength: 0.7
edge_id: 6f4bc010-3d87-484c-b762-e700036a6b1f
---
# SQLite PRAGMA Scope with sqlx Connection Pools