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

Deduplicate assignments with DISTINCT #6423

Merged
merged 1 commit into from
Jul 4, 2024
Merged

Conversation

marcospri
Copy link
Member

For courses and users we have a deduplicating step that looks at an unique column and deduplicates based on that.

As we don't record duplicate assignments in the database we don't have that explicit deduplicate step but we do still have to apply DISTINCT as we are joining with other tables.

For courses and users we have a deduplicating step that looks at an
unique column and deduplicates based on that.

As we don't record duplicate assignments in the database we don't have
that explicit deduplicate step but we do still have to apply DISTINCT as
we are joining with other tables.
@marcospri marcospri requested a review from acelaya July 3, 2024 14:51
@marcospri marcospri merged commit 53d2192 into main Jul 4, 2024
9 checks passed
@marcospri marcospri deleted the fix-duplicate-assignments branch July 4, 2024 06:39
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.

2 participants