Files
GopherGate/src
hobokenchicken 8613f30c7b
CI / Check (push) Has been cancelled
CI / Clippy (push) Has been cancelled
CI / Formatting (push) Has been cancelled
CI / Test (push) Has been cancelled
CI / Release Build (push) Has been cancelled
fix(logging): auto-create client row to prevent FK constraint failure
INSERT into llm_requests was failing with FOREIGN KEY constraint (code 787)
because client_id (e.g. 'client_sk-hobok') didn't exist in the clients table.
Add INSERT OR IGNORE for the client row within the same transaction.
2026-03-02 10:32:56 -05:00
..
2026-02-26 13:56:21 -05:00