Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bind all numbers as REAL values #684

Open
brodycj opened this issue May 9, 2017 · 1 comment
Open

Bind all numbers as REAL values #684

brodycj opened this issue May 9, 2017 · 1 comment

Comments

@brodycj
Copy link
Contributor

brodycj commented May 9, 2017

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.

@khatridev
Copy link

do we have a potential solution for this, I am facing this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants