In SQLite I want to case-insensitive "SELECT LIKE name"
works fine for normal latin names, but when the name is in UTF-8 with non-latin characters then the select becomes case-sensitive, how to make it also case-insensitive like latin characters?
p.s. my sqlite is v3 and I connect with PHP PDO
For SQLite you have 2 options: