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 some optional code (which I moved around in 08a3485) that can be used to include some more information from the sqlite library:
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.
Commit e25c6fb by @lcsanchez includes some optional code (which I moved around in 08a3485) that can be used to include some more information from the
sqlite
library:It would be a nice feature to activate this code for iOS, and to add similar reporting for the Android & WP(8) versions.
The text was updated successfully, but these errors were encountered: