-
1. Re: QueryResolverException upon generated SQL query from Mondrian
shawkins Sep 7, 2010 11:13 AM (in response to chesse)Hi Carmon,
We are being strict about the notion of an unrelated order by key. If the group by were not there, then the query would resolve just fine. It wouldn't be a problem though to loosen that restriction for cases like this where the column reference also being projected. I can log a JIRA.
There is no expectation though for the alias to be resolvable in the group by clause. Is Mondrian also generating queries of that form?
Steve
-
2. Re: QueryResolverException upon generated SQL query from Mondrian
chesse Sep 8, 2010 6:47 AM (in response to shawkins)Hello Steve,
thats good to know... the alias in the order by isn't important. I just wondered why it worked with the alias but not with the table.column.
Unfortunately Mondrian only generates queries with group by "table"."column" order by "table"."column" so right now I can't use Mondrian for OLAP with the vdb.
I would be thankful if you can log a JIRA.
Thanks,
Carmon
-
3. Re: QueryResolverException upon generated SQL query from Mondrian
shawkins Sep 8, 2010 12:53 PM (in response to chesse)Hi Carmon,
This was worked under https://jira.jboss.org/browse/TEIID-1250 and will be part of 7.2 alpha2
Steve