mirror of
https://github.com/PretendoNetwork/super-mario-maker.git
synced 2026-05-19 17:58:38 -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) |
||
|---|---|---|
| .. | ||
| super-mario-maker | ||
| delete_object_by_data_id.go | ||
| get_object_info_by_data_id_with_password.go | ||
| get_object_info_by_data_id.go | ||
| get_object_info_by_persistence_target_with_password.go | ||
| get_object_owner_by_data_id.go | ||
| get_object_ratings_with_slot_by_data_id_with_password.go | ||
| get_object_ratings_with_slot_by_data_id.go | ||
| get_object_size_by_data_id.go | ||
| initialize_object_by_prepare_post_param.go | ||
| initialize_object_rating_with_slot.go | ||
| is_object_available_with_password.go | ||
| is_object_available.go | ||
| rate_object_with_password.go | ||
| update_object_data_type_by_data_id_with_password.go | ||
| update_object_meta_binary_by_data_id_with_password.go | ||
| update_object_period_by_data_id_with_password.go | ||
| update_object_upload_completed_by_data_id.go | ||