Return-Path: X-Original-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BCC1ED379 for ; Mon, 22 Oct 2012 17:52:28 +0000 (UTC) Received: (qmail 70151 invoked by uid 500); 22 Oct 2012 17:52:28 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 70127 invoked by uid 500); 22 Oct 2012 17:52:28 -0000 Mailing-List: contact callback-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-dev@incubator.apache.org Received: (qmail 70117 invoked by uid 99); 22 Oct 2012 17:52:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Oct 2012 17:52:27 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of simon.macdonald@gmail.com designates 209.85.220.47 as permitted sender) Received: from [209.85.220.47] (HELO mail-pa0-f47.google.com) (209.85.220.47) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Oct 2012 17:52:23 +0000 Received: by mail-pa0-f47.google.com with SMTP id fa11so1837234pad.6 for ; Mon, 22 Oct 2012 10:52:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=XItEjn1JOxoBQYLoKOxYC3uwWT3UFYRGUQ+C0A+srBI=; b=nT+tyvTCLed1xN/VcvJTpxgLKiTOFNUa7IJPJwvn5YEaJIWPdL4gHItQFxhCpEcHSk Pst6jLuHN2H6+OWTKNKb8IQv7dtvWtKUxpye1doGyFcq13IYsVEM5QcwXjpwA96+ndPw C3BVBC12nOzULMnKyhjw1FQWR9qLuk7Rejb8cwKDpqLQZ6zYFZDI638f4DJlFyNzoZzZ CUAcFL/PlXJMyP7z+kpDfI8GUyPdf9OcIou7CpwqLUn6/joTxBNdaYWsG6zXoyz5/mDW iqkXFKCS8+36GCO1jRI9EJvj+pWIjMdLnWHUrINSm3Ice4Q4U5XGkN6oXfUMGCheCF0E 856A== Received: by 10.68.248.70 with SMTP id yk6mr31822485pbc.160.1350928323208; Mon, 22 Oct 2012 10:52:03 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.223.230 with HTTP; Mon, 22 Oct 2012 10:51:42 -0700 (PDT) In-Reply-To: <755AE23307507A48A9A7C864DD27BB8E0E8814D9@G01JPEXMBYT03> References: <755AE23307507A48A9A7C864DD27BB8E0E8814D9@G01JPEXMBYT03> From: Simon MacDonald Date: Mon, 22 Oct 2012 13:51:42 -0400 Message-ID: Subject: Re: openDatabase of Cordova for Android To: callback-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=047d7b2ee875d2666404cca982a0 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b2ee875d2666404cca982a0 Content-Type: text/plain; charset=ISO-8859-1 Filed and fixed for 2.2.0. https://issues.apache.org/jira/browse/CB-1697 Simon Mac Donald http://hi.im/simonmacdonald On Mon, Oct 22, 2012 at 6:35 AM, Minato, Takayuki wrote: > Hi, everybody. > > I found the minor bug in the Storage of Cordova for Android. > > Executing "window.openDatabase" function, the database file are created > the following path: > > /data/data/(pkg-name)/app_database:(dababase_name).db > > Isn't the path better to be created the following path: > > /data/data/(pkg-name)/app_database/(dababase_name).db > > "File.pathSeparator" is used in Storage.java, but "File.separator" is > better. > > Thank you. > > -Takayuki MINATO > --047d7b2ee875d2666404cca982a0--