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
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.
The text was updated successfully, but these errors were encountered:
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
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
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.
The text was updated successfully, but these errors were encountered: