From f5edb8be1d5d2ad1a36937f62d97686a2f8b4f9f Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Sun, 1 Mar 2026 20:09:25 -0600 Subject: [PATCH] relate: 1b71b163 --FOLLOWS--> ed3e8fe6 --- ...OLLOWS--rust-add-test-scaffold-and-mar-4c67b3.md | 13 +++++++++++++ ...-sqlite-pool-requires-max-connections1-1b71b1.md | 7 ++++++- ...affold-and-mark-phase-1-tasks-complete-ed3e8f.md | 8 +++++++- 3 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 graph/edges/fix-sqlx-in-memory-sqlite-pool--FOLLOWS--rust-add-test-scaffold-and-mar-4c67b3.md diff --git a/graph/edges/fix-sqlx-in-memory-sqlite-pool--FOLLOWS--rust-add-test-scaffold-and-mar-4c67b3.md b/graph/edges/fix-sqlx-in-memory-sqlite-pool--FOLLOWS--rust-add-test-scaffold-and-mar-4c67b3.md new file mode 100644 index 00000000000..18609a59920 --- /dev/null +++ b/graph/edges/fix-sqlx-in-memory-sqlite-pool--FOLLOWS--rust-add-test-scaffold-and-mar-4c67b3.md @@ -0,0 +1,13 @@ +--- +id: 4c67b35b-1ebc-4bd6-a058-d1de16514fe0 +type: FOLLOWS +from_id: 1b71b163-b56f-4226-9731-a76ef245e532 +from_title: "Fix: sqlx in-memory SQLite pool requires max_connections=1" +to_id: ed3e8fe6-5947-4022-96dc-dd4504ffa1a1 +to_title: "[rust] Add test scaffold and mark Phase 1 tasks complete" +strength: 0.8 +created: "2026-03-02T02:09:25.697284+00:00" +updated: "2026-03-02T02:09:25.697284+00:00" +--- + +sqlx pool fix discovered after test scaffold was added in Phase 1 diff --git a/graph/fixes/fix-sqlx-in-memory-sqlite-pool-requires-max-connections1-1b71b1.md b/graph/fixes/fix-sqlx-in-memory-sqlite-pool-requires-max-connections1-1b71b1.md index a952117c909..0343403cc7c 100644 --- a/graph/fixes/fix-sqlx-in-memory-sqlite-pool-requires-max-connections1-1b71b1.md +++ b/graph/fixes/fix-sqlx-in-memory-sqlite-pool-requires-max-connections1-1b71b1.md @@ -6,7 +6,7 @@ tags: [sba-scouting, rust, sqlx, sqlite, testing, fix, in-memory] importance: 0.8 confidence: 0.8 created: "2026-03-02T02:08:46.895029+00:00" -updated: "2026-03-02T02:08:47.223687+00:00" +updated: "2026-03-02T02:09:25.697284+00:00" relations: - target: e5ec55be-ced4-4c30-8390-940b45dc2ed5 type: RELATED_TO @@ -23,6 +23,11 @@ relations: direction: outgoing strength: 0.61 edge_id: 5d2f8ff7-bdc0-4103-b143-212d9eca9e40 + - target: ed3e8fe6-5947-4022-96dc-dd4504ffa1a1 + type: FOLLOWS + direction: outgoing + strength: 0.8 + edge_id: 4c67b35b-1ebc-4bd6-a058-d1de16514fe0 --- # sqlx In-Memory SQLite Pool: max_connections Must Be 1 diff --git a/graph/fixes/rust-add-test-scaffold-and-mark-phase-1-tasks-complete-ed3e8f.md b/graph/fixes/rust-add-test-scaffold-and-mark-phase-1-tasks-complete-ed3e8f.md index c5837aa883e..d4487772437 100644 --- a/graph/fixes/rust-add-test-scaffold-and-mark-phase-1-tasks-complete-ed3e8f.md +++ b/graph/fixes/rust-add-test-scaffold-and-mark-phase-1-tasks-complete-ed3e8f.md @@ -6,7 +6,13 @@ tags: [rust, automation, commit, configuration, creation, deployment, fix, testi importance: 0.7 confidence: 0.8 created: "2026-02-27T02:03:00.746573+00:00" -updated: "2026-02-27T02:03:00.746573+00:00" +updated: "2026-03-02T02:09:25.697284+00:00" +relations: + - target: 1b71b163-b56f-4226-9731-a76ef245e532 + type: FOLLOWS + direction: incoming + strength: 0.8 + edge_id: 4c67b35b-1ebc-4bd6-a058-d1de16514fe0 --- Commits made: 1