]
Steven Hawkins resolved TEIID-3283.
-----------------------------------
Resolution: Done
Added a translator level workaround to detect the projection of a constant with grouping.
Create workaround for sybase grouping issue
-------------------------------------------
Key: TEIID-3283
URL:
https://issues.jboss.org/browse/TEIID-3283
Project: Teiid
Issue Type: Quality Risk
Components: JDBC Connector
Affects Versions: 7.7
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.10
Sybase with a query such as:
select 1 from x group by y
will just return 1, instead of 1 for each row expected by the grouping.