Android-Orma icon indicating copy to clipboard operation
Android-Orma copied to clipboard

How to set Locale when create database?

Open thawhtetkaung opened this issue 6 years ago • 0 comments

When I try to create database the database has been created with system locale. For example, my system default language is Japanese. So the sqlite database create with locale ja_JP. It is fine with Insert, Update, Delete. When select using where and like operator, the result doesn't meet the requirement. Kanjis can't be extract via like keyword. Is there any option to select? Can you add option like setLocale(var locale : Locale) when build the database.

thawhtetkaung avatar Aug 20 '19 04:08 thawhtetkaung