project-imas / encrypted-core-data

v2.0 - iOS Core Data encrypted SQLite store using SQLCipher
Other
785 stars 236 forks source link

Predicate having case insensitive keyword not working #295

Open aliakhtar49 opened 6 years ago

aliakhtar49 commented 6 years ago

Executing this query result empty array

NSPredicate *predicate = [NSPredicate predicateWithFormat:@"name== [c] %@", @"Pakistan"];

This query will work if you have UPPER CASE entry on the database.