History | Log In     View a printable version of the current page. Get help!  
Issue Details [XML]

Key: SES-5
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Arjohn Kampman
Reporter: Jeen Broekstra
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Sesame

SeRQL engine does not report error on unbound var use

Created: 13/Feb/04 02:14 PM   Updated: 13/Feb/04 02:58 PM
Component/s: SeRQL
Affects Version/s: 1.0
Fix Version/s: 1.0


 Description   
The SeRQL query engine currently does not report an error or warning when a query uses an unbound variable in either the select/construct or the where clause.

Example:

select X
from {X} p {Z}
where Y = foo:bar

should report an error since the variable Y is not bound to any value in the path expression.

 All   Comments   Change History      Sort Order:
There are no comments yet on this issue.