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

**Describe the bug** Defining a case insensitive range index on an attribute using an index definition like `` doesn't work as expected. - The created index (according to monex --...

bug

Bumps Saxon-HE from 9.9.1-8 to 11.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=net.sf.saxon:Saxon-HE&package-manager=maven&previous-version=9.9.1-8&new-version=11.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Implements the `fn:transform` function [specification](https://www.w3.org/TR/xpath-functions-31/#func-transform) The transform function is complex, so we have chosen to structure it as a number of top level classes in their own package, `org.exist.xquery.functions.fn.transform` which...

enhancement
xquery

**Description** We will use the following XQuery: ``` let $c := 'aabb' let $p := util:parse-html($c) let $x := exists($p//ol/li/ul/li) return ( $p , ('OK? ' || $x) ) ```...

bug
windows

This PR contains all changes done for the next [XMLDB:API](https://github.com/xmldb-org/xmldb-api) version. **NOTE** This PR is still in draft and not finished yet

This PR will address 3 problems when using Lucene fields for sorting or iterating large node sets (> 100.000 elements): 1. eXist-db quickly runs out of memory: this happens as...

enhancement
performance

This PR fixes #1848 by allowing the user to configure which modules should be loaded lazily. It adds a new attribute `load` on the `module` element of `conf.xml`. If unspecified,...

enhancement
needs documentation

Thank you for your contribution to eXist-db! To help the community judge your pull request (PR), please include the following: Adding a JSON Web Token (JWT) authentication realm. This is...

### Description: Add error when namespace binding conflict occurs. ### Reference: https://github.com/eXist-db/exist/issues/1482 ### Type of tests: Existing tests still work. --- This open source contribution to the eXist-db project was...

awaiting-response

Forward port of https://github.com/eXist-db/exist/pull/4449

bug
enhancement
needs documentation