]
Steven Hawkins updated TEIID-3034:
----------------------------------
Issue Type: Bug (was: Feature Request)
Priority: Major (was: Minor)
Affects Version/s: 8.4.1
(was: 8.7)
Add support for OData query parameters
--------------------------------------
Key: TEIID-3034
URL:
https://issues.jboss.org/browse/TEIID-3034
Project: Teiid
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: OData
Affects Versions: 8.4.1
Reporter: Greg MacKinnon
Assignee: Steven Hawkins
Fix For: 8.7.1, 8.8
There are some OData v2 query parameters that don't appear to work as of Teiid 8.7
(please see teiid forum thread 241566 on this topic). I believe these are all OData v2
conventions.
?$inlineCount=allpages&$top=N : always returns count = $top
$expand : does not appear to work (but no ostensible error)
$count : "TEIID30088 Unrelated order by column g0.SYSID cannot be used in a SET
query, with SELECT DISTINCT, or GROUP BY" occurs using this URI pattern
entity/$count , per the OData documentation for using this parameter