noCase constant

Collate const noCase

The same as Collate.binary, except the 26 upper case characters of ASCII are folded to their lower case equivalents before the comparison is performed. Note that only ASCII characters are case folded. SQLite does not attempt to do full UTF case folding due to the size of the tables required.

Implementation

static const noCase = Collate('NOCASE');