You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Embedded U+0000 NULL characters ('\u0000' or '\0') not working on Android (default Android-sqlite-evcore-native-driver access implementation) or Windows.
Solution on Android-sqlite-evcore-native-driver is to get the actual column length instead of using strlen().
Embedded U+0000 NULL characters (
'\u0000'
or'\0'
) not working on Android (default Android-sqlite-evcore-native-driver access implementation) or Windows.Solution on Android-sqlite-evcore-native-driver is to get the actual column length instead of using strlen().
Possible solution for Windows a solution was contributed in storesafe/cordova-sqlite-storage#709.
Expected to be resolved in the next major release from storesafe/cordova-sqlite-storage#687 if not sooner.
NULL character test TODOs:
RELATED ISSUES:
The text was updated successfully, but these errors were encountered: