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

[OASIS Issue Tracker] Created: (ODATA-529) Remove single-parameter cast() and isof() functions

From
OASIS Issues Tracker <>
Date
2013-09-25T05:55:55+00:00
ID
1786401384.14651380088600160.JavaMail.tomcat@customer-jira
Thread
[OASIS Issue Tracker] Created: (ODATA-529) Remove single-parameter cast() and isof() functions
Remove single-parameter cast() and isof() functions
---------------------------------------------------

                 Key: ODATA-529
                 URL: http://tools.oasis-open.org/issues/browse/ODATA-529
             Project: OASIS Open Data Protocol (OData) TC
          Issue Type: Improvement
          Components: OData ABNF Construction Rules, OData Protocol , OData URL Conventions 
    Affects Versions: V4.0_CS01
         Environment: [Proposed]
            Reporter: Ralf Handl
             Fix For: V4.0_CSD03


The single-parameter cast and isof functions are equivalent for calling the two-parameter versions with the recently introduced symbol $it:
- cast(Some.Type) eq cast($it,Some.Type)
- isof(Some.Type) eq isof($it,Some.Type)

-- 
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 →