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
Currently the plugin binds integer number values as INTEGER values on Android, iOS with default WebView, and Windows. In contrast the plugin binds whole numbers as REAL values on iOS with cordova-plugin-wkwebview-engine installed and macOS ("osx" platform). Android/iOS WebKit Web SQL also binds whole numbers as REAL numbers.
The plugin should be fixed to bind all number values including integer number values as REAL values. This would provide more consistent behavior on all platforms, behavior more consistent with (WebKit) Web SQL, and be more consistent with the [DRAFT] Web SQL API.
The text was updated successfully, but these errors were encountered:
Currently the plugin binds integer number values as INTEGER values on Android, iOS with default WebView, and Windows. In contrast the plugin binds whole numbers as REAL values on iOS with cordova-plugin-wkwebview-engine installed and macOS ("osx" platform). Android/iOS WebKit Web SQL also binds whole numbers as REAL numbers.
The plugin should be fixed to bind all number values including integer number values as REAL values. This would provide more consistent behavior on all platforms, behavior more consistent with (WebKit) Web SQL, and be more consistent with the [DRAFT] Web SQL API.
The text was updated successfully, but these errors were encountered: