-
Notifications
You must be signed in to change notification settings - Fork 467
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
MultiRemove fails on Windows #755
Comments
@vmoroz: Can you please have a look? Or forward this to someone who can? |
I would be good to fix this soon |
@tero-paananen, @tido64 thank you for reminding! Sorry, it completely dropped off my radar. I will fix it this week. |
@tero-paananen, thank you for reporting the issue! |
🎉 This issue has been resolved in version 1.16.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
What happened?
MultiRemove fails in this row in Windows:
async-storage/windows/code/DBStorage.cpp
Line 524 in a1be050
fix is to call
CHECK_SQL_OK(BindString(statement, i + 1, keys[i]));
sqlite3_bind_text
returnsSQLITE_OK
see more from https://www.sqlite.org/c3ref/bind_blob.htmlVersion
1.15.15
What platforms are you seeing this issue on?
System Information
Steps to Reproduce
Try to remove from storage
The text was updated successfully, but these errors were encountered: