On 09/11/11 19:16, Robert Vesse wrote:
So following this up further. I got the 0.2.1-incubating-SNAPSHOT building,
made my changes to enable FROM/FROM NAMED and ran it locally via Eclipse
I loaded the same data, in the same way using a TDB memory dataset (--mem
option) like my previous email and still saw the same incorrect behavior, FROM
clauses do not seem to be respected by TDB
Not quite right. "--mem" creates an ARQ-based in-memory database
unrelated to TDB. --loc triggers TDB.
Try a small persistent one.
(I haven't tried but --loc="--mem--" may work - it's the name of the
in-memory location)
So what I found was that I did need to also alter decideDataset() so that
DynamicDatasets.dynamicDataset() will be used to create the dataset and then
that exhibits the correct behavior.
I will write up some tests for this and then go ahead and submit a patch via
JIRA if that is ok?
Yes - that's the new workflow.
Andy
Rob Vesse