Skip to content

Commit

Permalink
Case-insensitive sorting of heya names
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldickison committed Sep 29, 2024
1 parent 096564d commit 4e6099a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/heya.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ impl Heya {
oyakata.*
FROM heya
JOIN player_info AS oyakata ON oyakata.id = heya.oyakata_player_id
ORDER BY heya.name
ORDER BY heya.name COLLATE NOCASE
",
)?
.query_and_then(params![], |row| {
Expand Down

0 comments on commit 4e6099a

Please sign in to comment.