
|
If you were logged in you would be able to see more operations.
|
|
See forum thread http://www.openrdf.org/forum/mvnforum/viewthread?thread=1220
A query of the form SELECT * FROM [{X} P {Y}] WHERE Y = foo is not properly processed by the RDBMS store. The optimizeQuery method does not take the corner case of zero normal path expressions with a non-empty set of constraints into account, ultimately causing an translation to an SQL query (which results in an SQL error).
|
|
SeRQL test cases (test008a and test008b) checked in, issue fixed in RDBMS sail optimizer.
|
|