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

error parameter object in error callback is missing error code [Android] #121

Closed
brodycj opened this issue Aug 20, 2014 · 1 comment
Closed

Comments

@brodycj
Copy link
Contributor

brodycj commented Aug 20, 2014

Commit e25c6fb by @lcsanchez includes the error code in the iOS version when an error result is to be returned for a SQL statement, in compliancy with the Web SQL (DRAFT) API. The error code is missing on the Android & WP(8) versions.

@brodycj brodycj added the bug label Aug 20, 2014
brodycj referenced this issue Aug 20, 2014
This updates the plugin so that it calls transaction error callbacks
with error objects that have a Web SQL 'code' property.

The plugin only maps a subset of the sqlite error codes to their Web
SQL counterparts.

Includes unit tests.
brodycj pushed a commit to brodycj/Cordova-sqlite-storage-common-dev that referenced this issue Aug 30, 2016
@brodycj brodycj changed the title error parameter object in error callback is missing error code on Android & WP(8) versions error parameter object in error callback is missing error code [Android] Aug 30, 2016
@brodycj
Copy link
Contributor Author

brodycj commented Aug 30, 2016

Issue with Windows platform version raised in #539. Issue with WP8 platform version moved to brodycj/cordova-sqlite-legacy#6.

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

1 participant