issues
search
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.15k
stars
716
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Create devcontainer.json
#1022
Cmac299203
closed
2 months ago
0
Support 16 KB page sizes
#1021
xavierserrai
opened
4 months ago
10
Issue getting blob data with cordova-plugin-sqlite
#1020
skelvin
opened
9 months ago
0
Do you have plans to upgrade the SQLite vulnerabilities
#1019
jzonehu
opened
10 months ago
2
Getting UnsatisfiedLinkError in relation to this library
#1018
gwynjudd
opened
11 months ago
0
In latest browser websql is deprecated, can't able to create a database
#1017
DK-06
opened
1 year ago
4
Make natively compatible with Capacitor
#1016
jpike88
opened
1 year ago
4
'Cordova/CDVPlugin.h' file not found
#1015
itshazlan
opened
1 year ago
0
SELECT - get rows as array instead of JSON
#1014
nicozenf
opened
1 year ago
0
SELECT query return only the first row
#1013
landry161
opened
1 year ago
1
UPDATE statement not always successful - guidance needed
#1012
bengrah-miller
opened
1 year ago
2
WARN: Native: tried accessing the SQLite plugin but it's not installed. (White screen of death)
#1011
EvolutionsSystems
closed
1 year ago
6
remove obsolete Windows sub-project refs
#1010
brodycj
opened
1 year ago
0
SQLite update needed - November 2022
#1009
brodycj
opened
1 year ago
0
indexeddb lost when updating app from cordova-android 9 to cordova-android 11
#1008
vladansaracpv
opened
2 years ago
2
Windows ARM Support was dropped in version 6.0.0 - why?
#1007
kikino1989
opened
2 years ago
2
Error adding new field to table.
#1006
igpmapp
opened
2 years ago
0
app crash with the message "JNI DETECTED ERROR IN APPLICATION: java_class == null"
#1005
EYALIN
closed
1 year ago
3
Feature/web sql migration
#1004
fabiankoebel
closed
2 years ago
0
sqlite where query is not working in react js
#1003
kiranrayala77
opened
2 years ago
0
ERROR Error: Uncaught (in promise): Object: {"code":0,"message":"Error: no such table: tablename"}
#1002
SimranRanu
opened
2 years ago
0
unable to execute window function
#1001
CodeWithOz
opened
2 years ago
0
ionic Can't get result
#1000
yahaln
opened
2 years ago
0
ionic capacitor android: executeSql always returns a rejected promise
#999
skrs13
opened
2 years ago
0
cordova-sqlite-storage stuck build android
#998
andaru19
opened
2 years ago
0
[Feature request] SpatialLite
#997
Stophface
opened
2 years ago
0
The processor architecture of your project 'arm' doesn’t match the processor architecture 'x86' of the referenced project 'SQLite3.UWP
#996
pjc2007
opened
2 years ago
1
Android 12 targetSdkversion 30 shows java.lang.NullPointerException: Attempt to invoke interface method 'java.lang.String io.liteglue.SQLDatabaseHandle.getLastErrorMessage()' on a null object reference
#995
nadirabanu
opened
2 years ago
3
Plugin giving issue in IOS 15
#994
sandeep161192
opened
3 years ago
4
UnsatisfiedLinkError when opening SQLite storage
#993
NLueg
closed
1 year ago
9
Can other apps access my app's databases?
#992
CodeWithOz
opened
3 years ago
0
Failure to open database on some phones, cordova-sqlite-storage version 6.0.0
#991
henrytranter
opened
3 years ago
25
database/data encryption
#990
Nathan187
opened
3 years ago
0
db.sqlBatch( ) run success , but callback not run
#989
seotkd
opened
3 years ago
1
iOS Binary Make Use Of Insecure APIs
#988
waligoraj
opened
3 years ago
3
Applying hotfix for Android 11+
#987
tiagolopescast
closed
3 years ago
1
collation localized
#986
Philmo3
opened
3 years ago
1
Plugin breaks electron builds (cordova.js:1171 Uncaught Error: Module cordova-sqlite-storage.sql does not exist.)
#985
aidanas
opened
3 years ago
7
DB not opening on oneplus7t Pro, Vivo V2050, RealMe 7i
#984
sociomarker
opened
3 years ago
1
Any security concerns using the `InAppBrowserStorageEnabled` config preference
#983
CodeWithOz
opened
3 years ago
1
Not working on iPad
#982
CoffeeMonster42
closed
3 years ago
0
Stuck at opening database when proguard minifyEnabled true
#981
AlvinStefanus
opened
3 years ago
1
DROP COLUMN
#980
tiagocaus
opened
3 years ago
1
ADD COLUMN IF NOT EXISTS and AFTER
#979
tiagocaus
opened
3 years ago
1
Last release 6.0.0 doesn't work with ProGuard
#978
sergip76
opened
3 years ago
0
Error while making multiple queries
#977
manuelconcini
closed
3 years ago
0
Update README.md
#976
tutlane
opened
3 years ago
0
Getnet
#975
Chutanee
opened
3 years ago
0
// default settings var settings = { version: "1.0", startNo: 0 }; function LoadSettings() { var tmp = JSON.parse(app.LoadText( "settings", "{}" )); // update settings object for(var i in tmp) settings[i] = tmp[i]; } function SaveSettings() { app.SaveText( "settings", JSON.stringify(settings) ); } function OnStart() { LoadSettings(); settings.startNo++; app.ShowPopup("Started " + settings.startNo + ". time"); SaveSettings(); }
#974
Chutanee
opened
3 years ago
0
cordova-sqlite-storage plugin not works ios version 14 and above
#973
rengarajan098015
opened
3 years ago
5
Next