← Prev in month ← Prev in thread
Next in thread → Next in month →

[OASIS Issue Tracker] Commented: (ODATA-9) allow expressions in the $select query option

From
OASIS Issues Tracker <>
Date
2013-03-05T21:11:04+00:00
ID
733110816.2991362517850207.JavaMail.tomcat55@mw00
Thread
[OASIS Issue Tracker] Commented: (ODATA-9) allow expressions in the $select query option
[ http://tools.oasis-open.org/issues/browse/ODATA-9?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=32641#action_32641 ] 

Michael Pizzo commented on ODATA-9:
-----------------------------------

See related ODATA-10.

We have started to lay the foundation for this in ODATA-253 by allowing results to include properties not specified in metadata. This allows us to define this in the future, or vendors to support a custom extension, without breaking existing clients.

> allow expressions in the $select query option
> ---------------------------------------------
>
>                 Key: ODATA-9
>                 URL: http://tools.oasis-open.org/issues/browse/ODATA-9
>             Project: OASIS Open Data Protocol (OData) TC
>          Issue Type: Improvement
>          Components: OData Protocol , OData URL Conventions 
>            Reporter: Andrew Eisenberg
>            Assignee: Michael Pizzo
>
> OData could be extended to allow expressions in the $select query option, allowing derived values to be returned along with the properties of an entity.
> This could be expressed as:
> http://odata.netflix.com/v2/Catalog/Titles?$select=Name,substring(ShortSynopsis,20) as Summary
> or
> http://odata.netflix.com/v2/Catalog/Titles?$select=Name&$extendedSelect=substring(ShortSynopsis,20) as Summary

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
← Prev in month ← Prev in thread
Next in thread → Next in month →