
|
If you were logged in you would be able to see more operations.
|
|
Sesame
Created: 03/Feb/10 08:57 AM
Updated: 03/Feb/10 09:05 AM
|
|
| Component/s: |
Console
|
| Affects Version/s: |
2.3.1
|
| Fix Version/s: |
2.3.2
|
|
Evaulating a SPARQL query like "select * where { <u:s> <u:p> <u:o> }" over HTTP while using Sesame's binary query result format will result in a RepositoryException: "Query evaluation error: Malformed query result from server".
|
|
The BinaryQueryResultParser checked whether the number of columns in the query result is larger than 0. This has been changed to allow 0 columns too.
|
|