Open GoogleCodeExporter opened 9 years ago
Or how can I manually delete project's data? There is no way from this error.
Original comment by ing.kare...@gmail.com
on 29 Nov 2012 at 7:53
You can check if your data exists in DB. Open chrome inspector, go to resources
bar and then to the Web SQL item. There is "projects" table containing project
names and "request_data" table which contain requests data.
Is there any error message in "Console" tab in chrome inspector when this
message appears? You can enable debug in app settings.
Original comment by jarro...@gmail.com
on 9 Dec 2012 at 6:49
I have looked at the projects in question that are exhibiting the same problem
as the above user describes and there is no corresponding projectID in the
request_data table. The two projects I am having trouble with are "2" and "7".
I can see the requests for one of the projects that is having trouble but its
id is "0" so there's definitely a disconnect.
Can this database be edited? I'd like to delete the problematic projects and
try to set them up again.
Original comment by masonfo...@gmail.com
on 23 Jun 2014 at 10:17
Database can only be edited via javascript interface. You can try edit it by
you own. See how-to article
http://html5doctor.com/introducing-web-sql-databases/ for more information.
Original comment by jarro...@gmail.com
on 22 Sep 2014 at 2:49
Anyway new version will use IndexedDb instead of WebSQL so the issue will not
be valid then. I'll live it open until new version appear in the store.
Original comment by jarro...@gmail.com
on 22 Sep 2014 at 2:50
Original issue reported on code.google.com by
ing.kare...@gmail.com
on 29 Nov 2012 at 7:51