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

Android boolean query arg are inversed #74

Closed
jdextraze opened this issue Feb 21, 2020 · 2 comments
Closed

Android boolean query arg are inversed #74

jdextraze opened this issue Feb 21, 2020 · 2 comments

Comments

@jdextraze
Copy link

The Android code convert a true boolean to 0 and a false one to 1.

See this line: https://github.com/craftzdog/react-native-sqlite-2/blob/master/android/src/main/java/dog/craftz/sqlite_2/RNSqlite2Module.java#L344

Also since your are using SQLite 3.23+ now, you should be able to use true and false statement instead like the iOS code do.

@craftzdog
Copy link
Owner

Thanks for the report!

@craftzdog
Copy link
Owner

Landed in v3.1.0 🎉

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

2 participants