Re: FILTER with IN clause in subqueries

2012-08-31 Thread Milorad Tosic
uot;IN", I just thought it might be a good practice to report it here.  Thanks for your help, Milorad > > From: Andy Seaborne >To: users@jena.apache.org >Sent: Friday, August 31, 2012 11:02 AM >Subject: Re: FILTER with IN clause in

Re: FILTER with IN clause in subqueries

2012-08-31 Thread Andy Seaborne
" ... "drop" ... "with" ... Note that if the same FILTER is defined within the main query (commented line in previous queries), then it works in both cases. My configuration is like follows: arq-2.8.7.jar jena-2.6.4.jar tdb.0.8.9.jar Thanks, Milorad __

Re: FILTER with IN clause in subqueries

2012-08-31 Thread Milorad Tosic
-2.8.7.jar jena-2.6.4.jar tdb.0.8.9.jar Thanks, Milorad > > From: Andy Seaborne >To: users@jena.apache.org >Sent: Thursday, August 30, 2012 7:42 PM >Subject: Re: FILTER with IN clause in subqueries > >On 30/08/12 15:37, Milorad Tosic w

Re: FILTER with IN clause in subqueries

2012-08-30 Thread Andy Seaborne
On 30/08/12 15:37, Milorad Tosic wrote: Hi, If clause IN is found in filter in a subquery the main query fails. However, if IN is replaced with = as well as if filter with IN clause is found in main query then the main query executes successfully. Looks like a bug? Looks like an incomplete rep