[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: [OASIS Issue Tracker] (ODATA-1089) Org.OData.Aggregation.V1 missing Nullable="false" for Function ReturnType
[ https://issues.oasis-open.org/browse/ODATA-1089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ralf Handl updated ODATA-1089:
------------------------------
Affects Version/s: V4.0_CSD04
V4.0_CSD02
(was: V4.0_ERRATA03)
> Org.OData.Aggregation.V1 missing Nullable="false" for Function ReturnType
> -------------------------------------------------------------------------
>
> Key: ODATA-1089
> URL: https://issues.oasis-open.org/browse/ODATA-1089
> Project: OASIS Open Data Protocol (OData) TC
> Issue Type: Bug
> Components: Extension for Data Aggregation, Vocabularies
> Affects Versions: V4.0_CSD04, V4.0_CSD02
> Reporter: Evan Ireland
> Priority: Minor
>
> Function elements like:
> <Function Name="isroot" IsBound="true">
> <Annotation Term="Core.Description"
> String="Returns true, if and only if the value of the node property of the specified hierarchy is the root of the hierarchy" />
> <Parameter Name="Entity" Type="Edm.EntityType" Nullable="false" />
> <Parameter Name="Hierarchy" Type="Edm.String" Nullable="false" />
> <ReturnType Type="Edm.Boolean" />
> </Function>
> are missing Nullable="false" in the ReturnType elements.
> Clearly it wasn't intended for these functions to return nullable Boolean values, so this should be fixed.
--
This message was sent by Atlassian JIRA
(v6.2.2#6258)
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]