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

Unexpected EOF #54

Closed ccorcos closed 6 years ago

ccorcos commented 6 years ago

It looks like theres an issue with \u2028 and \u2029. When I wrote this string to the database and when I tried to retrieve the document, I got SyntaxError: Unexpected EOF and the database was unresponsive.

nolanlawson commented 6 years ago

discussion in that issue suggests this is a bug in Cordova itself (https://github.com/apache/cordova-discuss/issues/57), closing