>_
.issue.db
/highway-workflow-engine
Dashboard
Issues
Memory
Lessons
Audit Log
New Issue
Edit Issue #673
Update issue details
Title *
Description
Fixed two instances of tuple index access on dict_row cursor results: 1. api/blueprints/v1/workflows.py (lines 600, 672): Added row_factory=dict_row to cursor creation 2. engine/tools/secrets.py (lines 134-136): Changed tuple indices to dict keys Root cause: psycopg3 returns tuples by default. Code assumed dict access. All 7 originally failing tests now pass.
Priority
Low
Medium
High
Critical
Status
Open
In Progress
Closed
Won't Do
Due Date (YYYY-MM-DD)
Tags (comma separated)
Related Issues (IDs)
Enter IDs of issues related to this one. They will be linked as 'related'.
Update Issue
Cancel