[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
Evan Ireland created ODATA-1089:
-----------------------------------
Summary: 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: Vocabularies
Affects Versions: V4.0_ERRATA03
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]