]
Steven Hawkins resolved TEIID-3034.
-----------------------------------
Fix Version/s: 8.7.1
8.8
Resolution: Done
Added an exception for expand usage. Also removed the order by from a count query.
Add support for OData query parameters
--------------------------------------
Key: TEIID-3034
URL:
https://issues.jboss.org/browse/TEIID-3034
Project: Teiid
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: OData
Affects Versions: 8.7
Reporter: Greg MacKinnon
Assignee: Steven Hawkins
Priority: Minor
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