Juri Leino
Juri Leino
The question here is specifically about the `AutoDeploymentTrigger`, which has the fourth parameter (`enforceDeps`) of `Deployment#installAndDeploy` set to false (the exact line is linked in the issue). Installing dependencies via...
The tests on latest (7.0.0-SNAPSHOT) are allowed to fail (for now).
I applied commits from an older PR that targeted `develop-6.x.x` and it took 3 attempts to get it to compile. I will look to add one or two tests from...
I would expect for one to many additional XQTS test cases to now pass.
There seems to be zero tests that assert error `XPST0005` to be raised. ;)
The error with code `XPST0005` should _only_ be raised when a XQuery processor implements the **static typing feature**. exist-db never claimed to support this **optional** feature, which is why I...
@JoernT I see your point. Thanks for bringing it up. We should make clear that OpenAPI specification clearly states the operationID to have to be unique.
Hi @pherk! Thank you for opening this issue. While the coercion from `xs:dateTimestamp` to `xs:dateTime` _is_ done for the function parameter, the _comparison_ fails. ```xquery xs:dateTime("2024-01-01T00:00:00")
I also tested this agains latest `develop-6.x.x` and `develop` branches. The issue is there as well.
The error description is: > It is a type error if, during the static analysis phase, an expression is found to have a static type that is not appropriate for...