Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 74944 invoked from network); 4 Mar 2006 02:04:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Mar 2006 02:04:21 -0000 Received: (qmail 59998 invoked by uid 500); 4 Mar 2006 02:05:07 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 59760 invoked by uid 500); 4 Mar 2006 02:05:07 -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 59751 invoked by uid 99); 4 Mar 2006 02:05:07 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Mar 2006 18:05:07 -0800 X-ASF-Spam-Status: No, hits=1.9 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [32.97.182.141] (HELO e1.ny.us.ibm.com) (32.97.182.141) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Mar 2006 18:05:06 -0800 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by e1.ny.us.ibm.com (8.12.11/8.12.11) with ESMTP id k2424hIf011950 for ; Fri, 3 Mar 2006 21:04:43 -0500 Received: from d01av01.pok.ibm.com (d01av01.pok.ibm.com [9.56.224.215]) by d01relay02.pok.ibm.com (8.12.10/NCO/VER6.8) with ESMTP id k2424hxv099542 for ; Fri, 3 Mar 2006 21:04:43 -0500 Received: from d01av01.pok.ibm.com (loopback [127.0.0.1]) by d01av01.pok.ibm.com (8.12.11/8.13.3) with ESMTP id k2424hPg014133 for ; Fri, 3 Mar 2006 21:04:43 -0500 Received: from [127.0.0.1] (svl-arbrown.svl.ibm.com [9.30.38.112]) by d01av01.pok.ibm.com (8.12.11/8.12.11) with ESMTP id k2424eho014015 for ; Fri, 3 Mar 2006 21:04:43 -0500 Message-ID: <4408F5B7.4080801@sbcglobal.net> Date: Fri, 03 Mar 2006 18:04:39 -0800 From: Army User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.1) Gecko/20040707 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Derby Development Subject: New predicatePushdown.sql diff... Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Latest tinderbox results are showing a diff for a test I added as part of DERBY-805: *** Start: predicatePushdown jdk1.5.0_04 derbyall:derbylang 2006-03-04 00:47:27 *** 6065 del < Number of row& 6065a6065 > Number of rows visi& Test Failed. I ran the test on Windows 2000 using IBM 1.4.2, Sun 1.4.2, and Sun 1.5 and did not see this diff. I also ran on Linux Red Hat using IBM 1.4.2 and didn't see the diff. It looks like the row returned from ij is truncated a few characters later than expected--but I don't know what could be causing that...? In any event, I'll try to increase the length of max width of the column to avoid truncation; hopefully that will get rid of the diff. Army