nolanlawson / cordova-plugin-sqlite-2

Native SQLite database API for Cordova/PhoneGap/Ionic, modeled after WebSQL (UNMAINTAINED)
https://nolanlawson.com/2016/04/10/introducing-the-cordova-sqlite-plugin-2/
Apache License 2.0
168 stars 28 forks source link

Reproduce and fix issue #33 (mixed null/non-null) #35

Closed nolanlawson closed 8 years ago

nolanlawson commented 8 years ago

This just reproduces the issue, it doesn't fix it.

nolanlawson commented 8 years ago

Update: proposed a fix, gonna check with Travis to see if it actually fixes it.