Skip to content

Comments

Fix SQL issue#46

Merged
jmgasper merged 1 commit intomasterfrom
develop
Jan 27, 2026
Merged

Fix SQL issue#46
jmgasper merged 1 commit intomasterfrom
develop

Conversation

@jmgasper
Copy link
Collaborator

No description provided.

@jmgasper jmgasper merged commit feeabe6 into master Jan 27, 2026
4 checks passed
JOIN challenges."Phase" p ON p.id = cp."phaseId"
WHERE p.name IN ('Topcoder Submission', 'Topgear Submission', 'Submission')
GROUP BY cp."challengeId"
GROUP BY cp."challengeId", cp."scheduledEndDate"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[❗❗ correctness]
Adding cp."scheduledEndDate" to the GROUP BY clause changes the granularity of the aggregation. Ensure that this change is intentional and that it aligns with the desired output, as it may result in more granular rows than before.

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.

1 participant