[PR #1003] [MERGED] fix(task): add tasks table prefix for sort order #4607

Closed
opened 2026-04-16 13:10:10 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/1003
Author: @kolaente
Created: 6/24/2025
Status: Merged
Merged: 6/24/2025
Merged by: @kolaente

Base: mainHead: codex/fix-ambiguous-column--index--in-order-by


📝 Commits (1)

  • dbaaf60 fix: qualify task index for mysql order

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 pkg/models/task_search.go (+1 -1)

📄 Description

Resolves https://github.com/go-vikunja/vikunja/issues/1002

Summary

  • fix ambiguous index column in ORDER BY when listing tasks

Testing

  • mage lint:fix
  • pnpm lint:fix

https://chatgpt.com/codex/tasks/task_e_685a720e2c348322bc3c2cedc4abd9a4


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-vikunja/vikunja/pull/1003 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 6/24/2025 **Status:** ✅ Merged **Merged:** 6/24/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `codex/fix-ambiguous-column--index--in-order-by` --- ### 📝 Commits (1) - [`dbaaf60`](https://github.com/go-vikunja/vikunja/commit/dbaaf608a1e968955322fd88e5659924b537abda) fix: qualify task index for mysql order ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `pkg/models/task_search.go` (+1 -1) </details> ### 📄 Description Resolves https://github.com/go-vikunja/vikunja/issues/1002 ## Summary - fix ambiguous `index` column in ORDER BY when listing tasks ## Testing - `mage lint:fix` - `pnpm lint:fix` ------ https://chatgpt.com/codex/tasks/task_e_685a720e2c348322bc3c2cedc4abd9a4 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-16 13:10:10 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#4607