[
https://issues.apache.org/jira/browse/CB-5193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13804294#comment-13804294
]
ASF subversion and git services commented on CB-5193:
-----------------------------------------------------
Commit bb08abc0b9fddc160d345de9479923bef5414015 in branch refs/heads/2.9.x from
[~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=bb08abc ]
CB-5193 Fix Android WebSQL sometime throwing SECURITY_ERR.
Turns out our Quota logic has been wrong all along. If we were to
actually track the quota needed, we'd need to store a map of
dbName->quota for all dbNames. Instead, we just set a really high quota
since we don't ever want to decline storage.
I *think* this fixes all of the SECURITY_ERR exceptions we've been
seeing. Even those on Honeycomb / ICS.
(cherry picked from commit 6e4ef508e8f9f2d396515bd1d7465481d2f1285c)
> WebSQL on Android fails with multiple databases
> -----------------------------------------------
>
> Key: CB-5193
> URL: https://issues.apache.org/jira/browse/CB-5193
> Project: Apache Cordova
> Issue Type: Bug
> Components: Android
> Reporter: Andrew Grieve
> Priority: Minor
>
> openDatabase() with two different names and the second one will fail.
--
This message was sent by Atlassian JIRA
(v6.1#6144)