Hello everyone, Can I make SQLite use a collation function when making a simple query? Before sending the data to LIKE I could override and for example strip the accent (*á' would become 'a' and 'é' would become 'e' etc).
Is this possible? Best regards, Jonas