
|
If you were logged in you would be able to see more operations.
|
|
Sesame
Created: 09/Jan/08 11:34 AM
Updated: 20/Mar/08 08:11 PM
|
|
| Component/s: |
Query Engine
|
| Affects Version/s: |
None
|
| Fix Version/s: |
2.0.1
|
|
SameTerm/Filter combinations of the form SameTerm(var, constant) that have been processed by assigning the constant value to the variable should be removed from the query model tree if possible. This will make it easier to translate the query to SQL in the rdbms sail that is being worked on.
|
|
The SameTerm constraints are now replaced with Bound constraints. Removing the constraints completely is not always possible as the variable might be unbound, for example in the case of left joins and unions.
|
|