exist icon indicating copy to clipboard operation
exist copied to clipboard

eXist Native XML Database and Application Platform

Results 362 exist issues
Sort by recently updated
recently updated
newest added

I run 6.2.0, have zip-files-max set to 7, the backup job keeps writing backups when the max is reached. My config ```xml ```

Using `file:serialize` with the option `omit-xml-declaration=no` does not output the XML declaration `` in the serialized files. However, using the function `file:sync` does output the declaration. **Example** ```Xquery xquery version...

bug

I know, that support for Java 17 is planned for version 7.0, see the [blog post "January 2023 Releases" from 2023/01/15](https://exist-db.org/exist/apps/wiki/blogs/eXist/january-2023-releases) - over a year ago. Since Java 8 is...

**Collection with spaces in name cannot be renamed** If the collection name contains spaces, calling function `xmldb:rename($source-collection-uri as xs:string, $new-collection-name as xs:string)` fails with the following error: ```log exerr:ERROR Could...

triage
awaiting-response

### What is the problem Our organisation has an eXist instance (version 6.2.0) running on a virtual machine that utilizes a single core. An attempt was made to assign the...

Analysis and simplifications to tackle the leaking trigger states.

### Description: Test on Java 11 ### Reference: ### Type of tests:

**Describe the bug** Some variable types might be implicitly cast to strings. **Expected behavior** The XQuery runtime to not implicitly cast to strings where the language specification does not allow...

bug
xquery

### Description: This PR is deliberately targeting the master branch and does two things: 1. it fixes the build of exist-db #4911 2. it fixes the NPE when an XML-resource...