[
https://issues.jboss.org/browse/TEIID-3757?page=com.atlassian.jira.plugin...
]
Ramesh Reddy resolved TEIID-3757.
---------------------------------
Fix Version/s: 8.12.1
Resolution: Done
Added support all the System Query Options $top, $skip, $filter, $orderby, $select
The implementation of code using the inline views over the procedure execution and then
applying the rest of the options on top exactly similar to that of executing the entity
based requests.
OData V2: $top doesn't work with virtual procedures
---------------------------------------------------
Key: TEIID-3757
URL:
https://issues.jboss.org/browse/TEIID-3757
Project: Teiid
Issue Type: Bug
Components: OData
Affects Versions: 8.7.1.6_2
Reporter: Debbie Steigner
Assignee: Ramesh Reddy
Fix For: 8.12.1
Attachments: odat.vdb
When using OData to query a virtual procedure with a input parameter $top gets ignored:
http://127.0.0.1:8080/odata/odat/proctest?string_in='30'&$top=5
Returns all the rows.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)