Community
Participate
Working Groups
Build Identifier: 20110218-0911 the query [code] from A as a select a where a.prop = "test" or a.refB in ( from B as b select b where b.prop = "test" ) [/code] results in a validation error, saying that [quote title=Quote:]The current query can only execute where entries in an or subtree if they share the same alias[/quote] The statement b.prop = "test" is marked as the source for the validation error. Build: 1.0.0.201104260527 Reproducible: Always Steps to Reproduce: 1. Create a new textual query 2. try to specify a query similar to the above 3.