Reece H. Dunn
Reece H. Dunn
The immediate case is related to issue #198: ``` declare function a($x, $y) { if ($x < (2*$y)) then $y else $x }; declare function b($x) { () }; ```...
The predefined namespaces list on that page is incomplete. For example, the `1.0-ml` section does not list `json` as a predefined namespace, yet: xquery version "1.0-ml"; runs without errors, showing...
One issue with including the functions that are not built-in in the built-in infrastructure, is that code like: declare namespace basic = "http://marklogic.com/xdmp/json/basic"; xdmp:quote(json:transform-to-json()) would be valid according to the...
An additional case -- this does not autocomplete when typing on the last line of a file with `Insert pair bracket`. In that case, typing `{` does not add the...
The error is also not reported when calling scoped functions, e.g.: ``` foo:bar("foo") ```
The above definitely works in library modules on at least MarkLogic 7 and 8 (`string`, `name`, `format-date`, etc.). **NOTE:** I am seeing those being flagged as errors even using the...
There is a thread at http://developer.marklogic.com/pipermail/general/2014-July/015373.html that suggests that erroring on unprefixed fn: calls is MarkLogic 6 behaviour, with some cases of it in MarkLogic 7. I haven't encountered it...
The same issue applies to LoadAudio. It would be helpful to support this as it is common to have various datasets checked out or stored on the machine which can...
The use-case I have is where you have a GET endpoint such as `GET /foo/[id]` that uses an accept header to determine the content to return -- HTML, JSON, XML,...
The problem here is that InnerTableLink requires that the source and target are entity ID tables which isn't the case for a linking table with two (or more) foreign keys...