Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 42D08100BB for ; Mon, 4 Nov 2013 22:05:19 +0000 (UTC) Received: (qmail 34507 invoked by uid 500); 4 Nov 2013 22:05:16 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 34449 invoked by uid 500); 4 Nov 2013 22:05:16 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 33958 invoked by uid 99); 4 Nov 2013 22:05:15 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Nov 2013 22:05:15 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id CD42D3D45F; Mon, 4 Nov 2013 22:05:15 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: shazron@apache.org To: commits@cordova.apache.org Date: Mon, 04 Nov 2013 22:05:46 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [32/40] git commit: Add Android caveats to websql plugin Add Android caveats to websql plugin Project: http://git-wip-us.apache.org/repos/asf/cordova-plugins/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugins/commit/fb8286fd Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugins/tree/fb8286fd Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugins/diff/fb8286fd Branch: refs/heads/master Commit: fb8286fdd6eaa34aac7b273e787134c40f2cee97 Parents: 2b9e4c2 Author: Andrew Grieve Authored: Thu Oct 10 14:43:24 2013 -0400 Committer: Andrew Grieve Committed: Thu Oct 10 23:01:06 2013 -0400 ---------------------------------------------------------------------- websql/README.md | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/fb8286fd/websql/README.md ---------------------------------------------------------------------- diff --git a/websql/README.md b/websql/README.md index 56becaa..b4fd631 100644 --- a/websql/README.md +++ b/websql/README.md @@ -6,3 +6,8 @@ Adds WebSQL support on Android. * iOS supports WebSQL out of the box. * Android supports it as well, but needs a hack (provided by this plugin) for 3.0+ +Android Caveats +---------------- +* Only a single call to openDatabase is allowed or an exception is thrown. +* You must never change the name of your database or an exception is thrown. +