-
![1](https://user-images.githubusercontent.com/25561402/107998654-90784e80-7020-11eb-8ed5-7325f60e1ab5.png)
数据库版本5.6.36
插件版本1.7.6
数据库已经导入vip以及websql,当在某一个服务器填写卡密激活vip后,切换到另一个使用同一版本插件的服务器时vip状态被重置,会…
-
我是做移动开发
比如现在有个表user
if (window.openDatabase) {
persistence.store.websql.config(persistence, 'testdb',
'My SQLite database', 5 \* 1024 \* 1024);
} else {
persistence.store.memory.config…
-
Medicijn toevoegen. Voorgeschreven of niet word niet opgeslagen in device storage
-
Hi, please help me out to fix this issue , i'm using pouchdb with sqlite cordova ,
version : 1.0.0
Error is :
```
status: 500,
name: "web_sql_went_bad",
message: "unknown",
error: tr…
-
Hi there,
I decided to use persistencejs in my project in blackberry. Its weird because developing in the ripple emulator everything works fine. However, when I deploy the app to the device everythin…
-
Web SQL is on its way out and is being [slowly deprecated](https://developer.chrome.com/blog/deprecating-web-sql/). Web SQL access in insecure contexts is deprecated as of Chromium 105 at which time a…
-
Since SQLite is being used to back WebStorage, it would be nice if this were exposed. Since the engine is already embedded, and the process for including binary modules is pretty cumbersome, it would …
-
Reproduce Description :
**We already have an application on AppStore/play store with app version 1.0.0 after we update dependency from "@ionic/storage": "2.1.3", to "@ionic/storage": "2.2.0" and…
-
@dpa99c I just discovered this plugin from Ionic-native. I would like to start with a note of appreciation for your hard work to help people deal with some of the issues they encounter with sqlite and…
-
All of a user's checkins should be downloaded upon first load of the application and then if there are more available when loading the application subsequent times, they should be added to the local d…