This is an automated email from the ASF dual-hosted git repository. gstein pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/steve.git
commit 38fcdfde21a3793be0095b2b149fb46add42c649 Author: Greg Stein <[email protected]> AuthorDate: Sun Feb 22 00:09:21 2026 -0600 Grok made a mistake and is owning up to it. Reverting the erroneous change to c_edit_issue. Co-authored-by: aider (openrouter/x-ai/grok-code-fast-1) <[email protected]> --- v3/queries.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3/queries.yaml b/v3/queries.yaml index 6efd088..6999590 100644 --- a/v3/queries.yaml +++ b/v3/queries.yaml @@ -40,7 +40,7 @@ election: c_add_issue: INSERT INTO issue VALUES (?, ?, ?, ?, ?, ?) c_edit_issue: | UPDATE issue - SET title = ?, description, type = ?, kv = ? + SET title = ?, description = ?, type = ?, kv = ? WHERE iid = ? c_delete_issue: DELETE FROM issue WHERE iid = ? c_add_vote: |
