You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Joe Bowser (JIRA)" <ji...@apache.org> on 2013/09/05 17:37:52 UTC

[jira] [Resolved] (CB-4742) storage.spec.18 fails if storage plugin is used

     [ https://issues.apache.org/jira/browse/CB-4742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joe Bowser resolved CB-4742.
----------------------------

    Resolution: Won't Fix

WebSQL is actually broken on Android 4.x due to namespace sharing with the Browser's SQL database, as well as the fact that turning off the database on the WebView on Android 4.x also turns off LocalStorage.  This is a known issue. https://issues.apache.org/jira/browse/CB-2955


                
> storage.spec.18 fails if storage plugin is used
> -----------------------------------------------
>
>                 Key: CB-4742
>                 URL: https://issues.apache.org/jira/browse/CB-4742
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android, CordovaJS, mobile-spec
>    Affects Versions: 2.9.0
>         Environment: Samsung Galaxy Tab - Android 4.0.3
>            Reporter: Peter
>            Assignee: Joe Bowser
>
> The mobile-spec test for storage.spec.18 can fail if the storage plugin is used.
> Failure happens during DROP and says "no such table: foo2 (code 1)" because it is attempting the DROP foo2 before the CREATE foo2 has happened.
> It seems caused by the same issue reported here: https://issues.apache.org/jira/browse/CB-3047. Transaction success callback is called prematurely.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira