]
Steven Hawkins resolved TEIID-3698.
-----------------------------------
Resolution: Done
updated the logic to use select all x.* rather than specifically enumerating the columns.
non-selectable columns will cause OData failures
------------------------------------------------
Key: TEIID-3698
URL:
https://issues.jboss.org/browse/TEIID-3698
Project: Teiid
Issue Type: Bug
Components: OData
Affects Versions: 8.7
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.12
An odata table/view with a non-selectable column will return an error if it is returned
as an odata entity without the $select option to exclude the non-selectable column.