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
{{ message }}
This repository was archived by the owner on Jul 7, 2022. It is now read-only.
I have not yet been able to identify the query that triggers the error. How can I decode the statement to get the query? Should there be a check if the result null?
I updated my App from NativeScript 8.0 to 8.1 and on iOS I wasn't able to load data from the sqlite db. The console give me
I don't no why the error appears, but in this line he occurred
https://github.com/NathanaelA/nativescript-sqlite/blob/master/src/sqlite-internal.ios.js#L713
The
NSString.stringWithUTF8Stringmethod returns null.I have not yet been able to identify the query that triggers the error. How can I decode the statement to get the query? Should there be a check if the result null?
I use the version 2.8.4 from nativescript-sqlite.