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 has been archived by the owner on Oct 12, 2022. It is now read-only.
new app, new VEHICLES table has been made. {"insertId":0,"rows":[],"rowsAffected":0}
vehicle table now existed. {"insertId":0,"rows":[{"COUNT(*)":0}],"rowsAffected":0}
table created and new record inserted. {"insertId":1,"rows":[],"rowsAffected":1}
Error processing vehicle: {"code":1,"message":"no such table: VEHICLES"}
For the first time, no table found. Then vehicles table created. And I checked one more time, and it says the table is existed. Furthermore, I can insert a record.
However, the db.transaction says, no table found. And if I reopen the app, it says again that no table is found. How come did the table just disappear?
Could someone tell me where my mistake here? Have I made a temp table here?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm very happy with this plugin, that I can finally see something works with my websql database in windows phone. However, I got this problem.
Here is my open database codes:
From the console I got this results:
For the first time, no table found. Then vehicles table created. And I checked one more time, and it says the table is existed. Furthermore, I can insert a record.
However, the db.transaction says, no table found. And if I reopen the app, it says again that no table is found. How come did the table just disappear?
Could someone tell me where my mistake here? Have I made a temp table here?
The text was updated successfully, but these errors were encountered: