]
Steven Hawkins updated TEIID-3761:
----------------------------------
Fix Version/s: 8.13
OData V2: The property based response and Function based responses
are incorrect per specification
--------------------------------------------------------------------------------------------------
Key: TEIID-3761
URL:
https://issues.jboss.org/browse/TEIID-3761
Project: Teiid
Issue Type: Bug
Components: OData
Affects Versions: 8.4
Reporter: Ramesh Reddy
Assignee: Ramesh Reddy
Fix For: 8.12.1, 8.13
The property request like
{code}
http://localhost:8080/odata/vdb/table/property
http://localhost:8080/odata/vdb/table/property/$value
{code}
needs to return a property based response, instead they are returning the
"entity" based response.
The function with simple scalar return, should return just simple data
{code}
http://localhost:8080/odata/vdb/func?param=value
{code}
instead it returning the collection based data