From jena-dev-return-2240-apmail-incubator-jena-dev-archive=incubator.apache.org@incubator.apache.org Thu Nov 3 08:29:36 2011 Return-Path: X-Original-To: apmail-incubator-jena-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-jena-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 998377AB8 for ; Thu, 3 Nov 2011 08:29:36 +0000 (UTC) Received: (qmail 72322 invoked by uid 500); 3 Nov 2011 08:29:36 -0000 Delivered-To: apmail-incubator-jena-dev-archive@incubator.apache.org Received: (qmail 72284 invoked by uid 500); 3 Nov 2011 08:29:35 -0000 Mailing-List: contact jena-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jena-dev@incubator.apache.org Delivered-To: mailing list jena-dev@incubator.apache.org Received: (qmail 72275 invoked by uid 99); 3 Nov 2011 08:29:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Nov 2011 08:29:35 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of andy.seaborne.apache@gmail.com designates 74.125.82.175 as permitted sender) Received: from [74.125.82.175] (HELO mail-wy0-f175.google.com) (74.125.82.175) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Nov 2011 08:29:27 +0000 Received: by wyh5 with SMTP id 5so1019779wyh.6 for ; Thu, 03 Nov 2011 01:29:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=qKX1z4OwENVHnHaellUTxsg1u0c3aM+Fx6rJ42qe1Bk=; b=sfbPk4Vd/QPtpScfNBl3mwyk5QffIZeQ+8COewATmpEi/7DbX0oYRdCTSjqKX/NwQn 2mo2CNF7mBuHWZ0sAOVMcYglrKiQa95tI3ru0xVhH4hw98DcKj/Jf8WxbntJAHR4FUKf uJQd8XDkIuESt6W/rmjZ6sTXSJkvkGizuCXRc= Received: by 10.216.137.86 with SMTP id x64mr2603968wei.2.1320308946322; Thu, 03 Nov 2011 01:29:06 -0700 (PDT) Received: from [192.168.1.10] (cpc4-aztw23-2-0-cust915.aztw.cable.virginmedia.com. [94.171.231.148]) by mx.google.com with ESMTPS id et20sm8745735wbb.15.2011.11.03.01.29.04 (version=SSLv3 cipher=OTHER); Thu, 03 Nov 2011 01:29:05 -0700 (PDT) Sender: Andy Seaborne Message-ID: <4EB250CF.1040003@apache.org> Date: Thu, 03 Nov 2011 08:29:03 +0000 From: Andy Seaborne User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.23) Gecko/20110922 Thunderbird/3.1.15 MIME-Version: 1.0 To: jena-dev@incubator.apache.org Subject: Re: STRSTARTS does not work with Transactional TDB References: <4EB15224.5040909@apache.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 02/11/11 15:14, Laurent Pellegrino wrote: > Thanks Andy for your help. I have understood the problem of scope but > even if I move the FILTER clause outside the GRAPH block I stil get no > result with the transactional TDB dataset. > > Laurent > Does plain TDB, without using the transaction interface work at all? (I guess that plain TDB will behave like TxTDB and that it's to do with the process of truning into quads) I've opened JENA-154 for this. I'll start by fixing ARQ to correctly handle patterns inside GRAPH ?g {} that define or mention the outer ?g. Andy