gregelenbaas / diesel-citext

Diesel support for citext extension
MIT License
11 stars 11 forks source link

Removal of original text mangling #5

Open evgeni-nabokov opened 4 years ago

evgeni-nabokov commented 4 years ago

Citext is not aimed to represent text in lower case. It should look like regular text with some particularities in equality operations. For performance reasons I decided to add another filed keeping string preprocessed in lower case.