-
Feature Request
-
Resolution: Won't Do
-
Major
-
None
-
None
-
None
Consider these constraints:
'FooType' in (select relationship1.[sramp:relationshipType] from [sramp:relationship] AS relationship1 ...) 'FooType' = (select relationship1.[sramp:relationshipType] from [sramp:relationship] AS relationship1 ...)
Since subqueries are StaticOperands, neither is currently possible through QOMF. Both #comparison and #in assume a DynamicOperand and StaticOperand. Consider extending ModeShape's QOMF impl to support something like that.