super-mario-maker/database/datastore
EJHacks 12deaca1cf fix: resolve "Course data can't be loaded" on 3DS Recommended Courses (#21)
- 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)
2026-03-12 08:45:21 -04:00
..
super-mario-maker fix: resolve "Course data can't be loaded" on 3DS Recommended Courses (#21) 2026-03-12 08:45:21 -04:00
delete_object_by_data_id.go Initial library update (untested) 2025-02-19 22:53:57 -05:00
get_object_info_by_data_id_with_password.go Hotfix 5, postgres doesn't like nex strings in lists 2025-02-23 17:31:28 -05:00
get_object_info_by_data_id.go Hotfix 5, postgres doesn't like nex strings in lists 2025-02-23 17:31:28 -05:00
get_object_info_by_persistence_target_with_password.go Hotfix 5, postgres doesn't like nex strings in lists 2025-02-23 17:31:28 -05:00
get_object_owner_by_data_id.go Initial library update (untested) 2025-02-19 22:53:57 -05:00
get_object_ratings_with_slot_by_data_id_with_password.go Various list related stylistic improvements 2025-02-20 20:47:20 -05:00
get_object_ratings_with_slot_by_data_id.go Various list related stylistic improvements 2025-02-20 20:47:20 -05:00
get_object_size_by_data_id.go Initial library update (untested) 2025-02-19 22:53:57 -05:00
initialize_object_by_prepare_post_param.go Hotfix 5, postgres doesn't like nex strings in lists 2025-02-23 17:31:28 -05:00
initialize_object_rating_with_slot.go Initial library update (untested) 2025-02-19 22:53:57 -05:00
is_object_available_with_password.go Initial library update (untested) 2025-02-19 22:53:57 -05:00
is_object_available.go Initial library update (untested) 2025-02-19 22:53:57 -05:00
rate_object_with_password.go Initial library update (untested) 2025-02-19 22:53:57 -05:00
update_object_data_type_by_data_id_with_password.go Initial library update (untested) 2025-02-19 22:53:57 -05:00
update_object_meta_binary_by_data_id_with_password.go Initial library update (untested) 2025-02-19 22:53:57 -05:00
update_object_period_by_data_id_with_password.go Initial library update (untested) 2025-02-19 22:53:57 -05:00
update_object_upload_completed_by_data_id.go Initial library update (untested) 2025-02-19 22:53:57 -05:00