Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add additional order by clause to task queries #277

Merged
merged 2 commits into from
Apr 4, 2024
Merged

Conversation

dfarr
Copy link
Member

@dfarr dfarr commented Apr 4, 2024

Fixes #276

ORDER BY created_on can be ambiguous because the timestamp is not guaranteed to be unique. This PR adds id as an additional clause, which is unique, restoring determinism to the queries.

@dfarr dfarr requested a review from guergabo April 4, 2024 17:41
@guergabo
Copy link
Contributor

guergabo commented Apr 4, 2024

🙇

@dfarr dfarr merged commit 6a57aab into main Apr 4, 2024
3 checks passed
@dfarr dfarr deleted the fix/task-orderby-clause branch April 4, 2024 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DST: 14699
2 participants