Closed dizzzz closed 4 years ago
@dizzzz I think @joewiz already maintains such a list... possibly as a Gist. Perhaps you guys could combine them?
@dizzzz My list is here in the docs: https://exist-db.org/exist/apps/doc/xquery#unsupported-features - and it specifies which arities are missing. (The more up-to-date source is here: https://github.com/eXist-db/documentation/blob/master/src/main/xar-resources/data/xquery/xquery.xml#L111-L155.)
Your list is missing fn:document-uri#0
, fn:nilled#0
(https://github.com/eXist-db/exist/issues/3243), fn:round#2
, fn:trace#1
, and map:merge#2
.
I would heartily welcome any efforts to add the missing functions!
I think there's been some work on array:sort
here: https://github.com/adamretter/exist/tree/array-sort.
There's no need to wait until 6.0.0. I think it only needs a minor release - i.e., 5.3.0.
I think there's been some work on array:sort
@joewiz I just back-ported our implementation from FusionDB for you - https://github.com/eXist-db/exist/pull/3596
I compared the presence of all (w3c defined) functions in eXist-db with the spec; I found a few yet missing functions: