In Ormlite, is it possible to make a case insensitive query without writing the actual SQL?
For example, if I search
the column name is “AccountName” and the column query, I would like to get the results for all “Finance”, “fInance”, “FINANCE”, etc., if I search for “finance”.
I was wondering if there is functional support for this or if I need to write SQL for it.
Thanks!
source share