hypothesis / lms

LTI app for integrating with learning management systems
BSD 2-Clause "Simplified" License
45 stars 14 forks source link

Deduplicate assignments with DISTINCT #6423

Closed marcospri closed 5 days ago

marcospri commented 6 days ago

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.