[redland-dev] Patch for QueryResults.java class
fiandro at tiscali.it
fiandro at tiscali.it
Sat Jul 1 17:46:55 BST 2006
Hi
Supposing queries are always executed like this in Java
QueryResults results = q.execute(model);
while( results.hasNext() ) {
...
results.next();
};
Current implementation of QueryResult.next() will make the first
result to be reported twice, so i prepared the attached patch that
fixes the issue.
cheers
Attilio
Hai voglia di fare un viaggio, ma non sai dove andare?
Scegli una delle nostre offerte HOTEL IN ITALIA E IN EUROPA da 50 euro.
Prenota subito su Expedia.it e... buona vacanza!
http://expedia.viaggi.tiscali.it/default.aspx?eapid=330-8
-------------- next part --------------
A non-text attachment was scrubbed...
Name: QueryResults.java.patch
Type: text/x-patch
Size: 1057 bytes
Desc: not available
Url : http://lists.gnomehack.com/pipermail/redland-dev/attachments/20060701/25a61c2b/QueryResults.java.bin
More information about the redland-dev
mailing list