storesafe / cordova-sqlite-evcore-extbuild-free

Cordova sqlite plugin with Android performance enhancements for PhoneGap Build, GPL v3 or commercial license options
Other
24 stars 13 forks source link

Embedded NULL (U+0000) characters #27

Open brodybits opened 6 years ago

brodybits commented 6 years ago

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 litehelpers/Cordova-sqlite-storage#709.

Expected to be resolved in the next major release from litehelpers/Cordova-sqlite-storage#687 if not sooner.

NULL character test TODOs:

RELATED ISSUES: