mirror of
https://github.com/PretendoNetwork/super-mario-maker.git
synced 2026-05-27 14:04:19 -05:00
- Use LEFT JOIN instead of INNER JOIN in GetRandomCoursesWithLimit so courses without custom ranking entries (unrated) are included in results - Use COALESCE(ranking.value, 0) to default unrated courses to score 0 - Move object filters from JOIN ON clause to WHERE clause - Add input length validation to CTRPickUpCourseSearchObject (cap at 25) - Remove unreachable sql.ErrNoRows check (Query never returns it) |
||
|---|---|---|
| .. | ||
| get_buffer_queues_by_data_id_and_slot.go | ||
| get_course_record_by_data_id_and_slot.go | ||
| get_custom_rankings_by_data_ids.go | ||
| get_random_courses_with_limit.go | ||
| get_user_course_object_ids.go | ||
| initialize_object_by_attach_file_param.go | ||
| insert_or_update_buffer_queue_data.go | ||
| insert_or_update_course_record.go | ||
| insert_or_update_custom_ranking.go | ||