Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 26032 invoked from network); 3 May 2007 17:46:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 May 2007 17:46:36 -0000 Received: (qmail 64069 invoked by uid 500); 3 May 2007 17:46:42 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 64036 invoked by uid 500); 3 May 2007 17:46:42 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 64027 invoked by uid 99); 3 May 2007 17:46:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 May 2007 10:46:42 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 May 2007 10:46:35 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 51672714022 for ; Thu, 3 May 2007 10:46:15 -0700 (PDT) Message-ID: <13526064.1178214375294.JavaMail.jira@brutus> Date: Thu, 3 May 2007 10:46:15 -0700 (PDT) From: "Bryan Pendleton (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-2603) Minor erratum in page of VARCHAR in Derby Reference manual In-Reply-To: <27437941.1178181735314.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-2603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493434 ] Bryan Pendleton commented on DERBY-2603: ---------------------------------------- Thanks for the clarification; your explanation makes complete sense to me. I see that there is the following page in the docs, which defines "SQL Boolean Operators": http://db.apache.org/derby/docs/dev/ref/rrefsqlj23075.html#rrefsqlj23075__sqlj34517 Are these the same operators that are being referred to by the words "binary comparison operators" in the varchar page for this issue? http://db.apache.org/derby/docs/dev/ref/rrefsqlj41207.html If so, then I think it would be completely appropriate to make the change you suggest, and perhaps also to include a cross-referencing link to the other page. > Minor erratum in page of VARCHAR in Derby Reference manual > ---------------------------------------------------------- > > Key: DERBY-2603 > URL: https://issues.apache.org/jira/browse/DERBY-2603 > Project: Derby > Issue Type: Bug > Components: Documentation > Environment: http://db.apache.org/derby/docs/dev/ref/rrefsqlj41207.html > Reporter: Tomohito Nakayama > Priority: Minor > > I found next statement in the page through translation into Japanese. > > When binary comparison operators are applied to VARCHARs, the lengths of the operands are not altered, and spaces at the end of the values are ignored. > I think "binary" should be replaced as "boolean". > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.