Skip to content

Ability to do case insensitive OrderBy and ThenBy #339

Open
@igorkulman

Description

@igorkulman

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions