Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to set Locale when create database? #478

Open
thawhtetkaung-private opened this issue Aug 20, 2019 · 0 comments
Open

How to set Locale when create database? #478

thawhtetkaung-private opened this issue Aug 20, 2019 · 0 comments

Comments

@thawhtetkaung-private
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant