Return-Path: Delivered-To: apmail-incubator-jena-users-archive@minotaur.apache.org Received: (qmail 61461 invoked from network); 10 Feb 2011 20:09:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Feb 2011 20:09:14 -0000 Received: (qmail 74267 invoked by uid 500); 10 Feb 2011 20:09:14 -0000 Delivered-To: apmail-incubator-jena-users-archive@incubator.apache.org Received: (qmail 74211 invoked by uid 500); 10 Feb 2011 20:09:13 -0000 Mailing-List: contact jena-users-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jena-users@incubator.apache.org Delivered-To: mailing list jena-users@incubator.apache.org Received: (qmail 74203 invoked by uid 99); 10 Feb 2011 20:09:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Feb 2011 20:09:13 +0000 X-ASF-Spam-Status: No, hits=-0.1 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mspreitz@us.ibm.com designates 32.97.182.146 as permitted sender) Received: from [32.97.182.146] (HELO e6.ny.us.ibm.com) (32.97.182.146) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Feb 2011 20:09:03 +0000 Received: from d01dlp02.pok.ibm.com (d01dlp02.pok.ibm.com [9.56.224.85]) by e6.ny.us.ibm.com (8.14.4/8.13.1) with ESMTP id p1AJsN2K012742 for ; Thu, 10 Feb 2011 14:54:34 -0500 Received: from d01relay05.pok.ibm.com (d01relay05.pok.ibm.com [9.56.227.237]) by d01dlp02.pok.ibm.com (Postfix) with ESMTP id CC7C84DE8026 for ; Thu, 10 Feb 2011 15:07:49 -0500 (EST) Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by d01relay05.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p1AK8fXE185988 for ; Thu, 10 Feb 2011 15:08:41 -0500 Received: from d01av03.pok.ibm.com (loopback [127.0.0.1]) by d01av03.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p1AK8fm3006704 for ; Thu, 10 Feb 2011 18:08:41 -0200 Received: from d01ml604.pok.ibm.com (d01ml604.pok.ibm.com [9.56.227.90]) by d01av03.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id p1AK8fTw006700 for ; Thu, 10 Feb 2011 18:08:41 -0200 In-Reply-To: References: To: jena-users@incubator.apache.org MIME-Version: 1.0 Subject: Problems with SBD tests X-KeepSent: 2F10DB90:4B2A7891-85257833:006D15A8; type=4; name=$KeepSent X-Mailer: Lotus Notes Release 8.5.1 September 28, 2009 From: Mike Spreitzer Message-ID: Date: Thu, 10 Feb 2011 15:08:40 -0500 X-MIMETrack: Serialize by Router on D01ML604/01/M/IBM(Release 8.5.2HF19 | August 31, 2010) at 02/10/2011 15:08:40, Serialize complete at 02/10/2011 15:08:41, Serialize by Router on D01ML604/01/M/IBM(Release 8.5.2HF19 | August 31, 2010) at 02/10/2011 15:08:41 Content-Type: multipart/alternative; boundary="=_alternative 006EA80885257833_=" X-Content-Scanned: Fidelis XPS MAILER X-Virus-Checked: Checked by ClamAV on apache.org --=_alternative 006EA80885257833_= Content-Type: text/plain; charset="US-ASCII" No, not a complete solution. The Slice 3 test uses OFFSET without LIMIT. That is not valid syntax for MySQL, and it is not accepted by DB2 with MySQL compatibility turned on. Also, the Slice 1 test now fails in a new way; following is an excerpt from a typescript of running with -v --log=all. What does this "Null bridge" complaint mean? INFO [main] (SDBConnection.java:338) - execQuery SELECT R_1.lex AS V_1_lex, R_1.datatype AS V_1_datatype, R_1.lang AS V_1_lang, R_1.type AS V_1_type, R_1.lex AS V_2_lex, R_1.datatype AS V_2_datatype, R_1.lang AS V_2_lang, R_1.type AS V_2_type FROM Triples AS T_1 LEFT OUTER JOIN Nodes AS R_1 ON ( T_1.p = R_1.hash ) LIMIT 3 ERROR [main] (SDB_QC.java:64) - Null bridge When was the last time anyone used SDB? Does it actually work with anything? Thanks, Mike Spreitzer SMTP: mspreitz@us.ibm.com, Lotus Notes: Mike Spreitzer/Watson/IBM Office phone: +1-914-784-6424 (IBM T/L 863-) AOL Instant Messaging: M1k3Sprtzr From: Mike Spreitzer/Watson/IBM@IBMUS To: jena-users@incubator.apache.org Date: 02/10/2011 02:32 PM Subject: Re: sdbtest uses "LIMIT" FYI, I found a solution. Install Fix Pack 2 or later (I am using 3a), it introduces a compatibility option that makes it accept LIMIT and OFFSET. Regards, Mike Spreitzer SMTP: mspreitz@us.ibm.com, Lotus Notes: Mike Spreitzer/Watson/IBM Office phone: +1-914-784-6424 (IBM T/L 863-) AOL Instant Messaging: M1k3Sprtzr --=_alternative 006EA80885257833_=--