mirror of
https://github.com/PretendoNetwork/super-mario-maker.git
synced 2026-05-19 09:54:43 -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) |
||
|---|---|---|
| .. | ||
| datastore | ||
| connect_postgres.go | ||
| init_postgres.go | ||