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

fix(windows): fix MultiRemove by using CHECK_SQL_OK macro #772

Merged
merged 1 commit into from
Mar 15, 2022

Conversation

vmoroz
Copy link
Contributor

@vmoroz vmoroz commented Mar 14, 2022

Summary

Resolves #755
In the MultiRemove we used a wrong macro CHECK instead of CHECK_SQL_OK which was failing in successful cases.

Test Plan

Tested manually.
To test manually we run the following commands:

  • yarn install-windows-test-app -p example/windows
  • run yarn start in the example\windows folder
  • open and debug AsyncStorageExample.sln in the example\windows folder

@vmoroz vmoroz changed the title Fix MultiRemove by using CHECK_SQL_OK macro fix(windows): fix MultiRemove by using CHECK_SQL_OK macro Mar 15, 2022
@tido64 tido64 merged commit 6f3f3ba into react-native-async-storage:master Mar 15, 2022
@krizzu
Copy link
Member

krizzu commented Mar 15, 2022

🎉 This PR is included in version 1.16.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

MultiRemove fails on Windows
3 participants