You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SQLite supports doing case insensitive sorting using ORDER BY Column COLLATE NOCASE ASC. It would be nice to have the ability to use this in the OrderBy and ThenBy methods so we do not have to write queries by hand to use this.