From 791370685cd64716f233c40d962dd4b24d979ff4 Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Tue, 3 Mar 2026 15:32:52 -0600 Subject: [PATCH] episode: Fix: Peewee boolean filter always-truthy column reference --- episodes/2026-03-03.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/episodes/2026-03-03.md b/episodes/2026-03-03.md index 03e9c128d99..45f35613420 100644 --- a/episodes/2026-03-03.md +++ b/episodes/2026-03-03.md @@ -279,3 +279,7 @@ Session size: 39 messages, 14 tool calls ## 15:25 - Fix: Cleanup of duplicate labels and PRs from issue-poller infinite loop in paper-dynasty-database - **Type:** fix - **Tags:** paper-dynasty-database, gitea, cleanup, automation, duplicate-labels, claude-scheduled + +## 15:32 - Fix: Peewee boolean filter always-truthy column reference +- **Type:** fix +- **Tags:** paper-dynasty-database, peewee, python, fastapi, boolean-filter, orm, bug