-
Key: DMN12-74
-
Status: closed
-
Source: Oracle ( Gary Hallmark)
-
Summary:
(on behalf of Bruce)
1. Several functions say N>1 (N is number of list items), but elsewhere spec says a list function with a singleton argument means a list where N=1. Does the table here mean N=1 is an error for these functions?
2. and(list). Examples are incorrect. All 4 examples should be null; the first 2 are the same, and the last 2 are actually undefined if N must be >1.
3. or(list). Ditto 2 above.
4. sublist. Example is incorrect. sublist([1,2,3],1,2)=[1,2]
5. insert before. Example is incorrect. insert before([1,3],1,2)=[2,1,3] -
Reported: DMN 1.1 — Mon, 8 Aug 2016 20:53 GMT
-
Disposition: Resolved — DMN 1.2
-
Disposition Summary:
Correct rows 2-8,11 of Table 61
see Revised Text. Note that and() is renamed to all() and or() is renamed to any() as per the resolution of DMN-78.
-
Updated: Wed, 3 Oct 2018 14:17 GMT