Comment #6 on issue 1632 by [email protected]: Alphabetial sorting of review requests should not be case sensitive
http://code.google.com/p/reviewboard/issues/detail?id=1632
This looks like a database issue. Running: SELECT u.username FROM reviews_reviewrequest r INNER JOIN auth_user u ON r.submitter_id = u.id ORDER BY u.username; MySQL: alex mark Nathan SQLite3: Nathan alex mark -- You received this message because you are subscribed to the Google Groups "reviewboard-issues" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/reviewboard-issues?hl=en.
