storesafe / cordova-sqlite-storage

A Cordova/PhoneGap plugin to open and use sqlite databases on Android, iOS and Windows with HTML5/Web SQL API
Other
2.14k stars 713 forks source link

ionic Can't get result #1000

Open yahaln opened 2 years ago

yahaln commented 2 years ago

image

{"rows":{"length":1},"rowsAffected":0}

When I modify SQLitePlugin.js like this image I got result:

{"rows":{"item":[{"id":2,"name":"yahaln","sex":"f"}],"length":1},"rowsAffected":0}

:)?