
| Key: |
SES-152
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Minor
|
| Assignee: |
Unassigned
|
| Reporter: |
Jeen Broekstra
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
Sesame
Created: 09/May/05 02:15 PM
Updated: 13/May/05 10:36 PM
|
|
| Component/s: |
SeRQL
|
| Affects Version/s: |
1.1.3
|
| Fix Version/s: |
1.2-RC1
|
|
The SeRQL query parser fails to parse the following WHERE-clause fragment correctly:
WHERE (.... AND ( X = "10"^^xsd:int))
The closing brackets behind the xsd:int URI are parsed as part of the URI and a MalformedQueryException is thrown.
A workaround is to include a whitespace between the URI and the first bracket:
WHERE (.... AND ( X = "10"^^xsd:int ))
|
|
This problem had already been fixed in the CVS-HEAD by using a stricter definition of local names for qnames.
|
|