relate: 49a8001d --RELATED_TO--> c9add129

This commit is contained in:
Cal Corum 2026-02-28 10:53:45 -06:00
parent 385c587524
commit 641084df94
3 changed files with 26 additions and 2 deletions

View File

@ -6,7 +6,7 @@ tags: [sba-scout, rust, migration, phase-1, sqlx, sqlite, figment, decision]
importance: 0.8
confidence: 0.8
created: "2026-02-27T01:18:18.061642+00:00"
updated: "2026-02-28T16:53:33.583518+00:00"
updated: "2026-02-28T16:53:45.555855+00:00"
relations:
- target: 2cf3058c-85f4-481a-bbe7-17ebb9b9e908
type: BUILDS_ON
@ -33,6 +33,11 @@ relations:
direction: incoming
strength: 0.9
edge_id: 915d9199-dab1-401f-81ec-34de8e1d1eb8
- target: 49a8001d-b3b9-4a29-911a-956db4b37f21
type: RELATED_TO
direction: incoming
strength: 0.8
edge_id: 38d8bd6e-af74-4d93-9c35-709865f12f2f
---
# SBA Scout Rust Rewrite — Phase 1 Foundation Complete

View File

@ -0,0 +1,13 @@
---
id: 38d8bd6e-af74-4d93-9c35-709865f12f2f
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: c9add129-283a-445a-8dff-4525ec7fa9b6
to_title: "SBA Scout Rust rewrite Phase 1 complete — foundation layer implemented"
strength: 0.8
created: "2026-02-28T16:53:45.555855+00:00"
updated: "2026-02-28T16:53:45.555855+00:00"
---
SQLite PRAGMA per-connection fix relates to Phase 1 foundation DB setup

View File

@ -6,7 +6,13 @@ 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:04.445263+00:00"
updated: "2026-02-28T16:53:45.555855+00:00"
relations:
- target: c9add129-283a-445a-8dff-4525ec7fa9b6
type: RELATED_TO
direction: outgoing
strength: 0.8
edge_id: 38d8bd6e-af74-4d93-9c35-709865f12f2f
---
# SQLite PRAGMA Scope with sqlx Connection Pools