Skip to content

Minor fix of xql paths in js to allow for compatibility with existdb >= 6.1.0 - #29

Open
GGoetzelmann wants to merge 1 commit into
ediarum:mainfrom
GGoetzelmann:fix_xql_paths
Open

Minor fix of xql paths in js to allow for compatibility with existdb >= 6.1.0#29
GGoetzelmann wants to merge 1 commit into
ediarum:mainfrom
GGoetzelmann:fix_xql_paths

Conversation

@GGoetzelmann

Copy link
Copy Markdown

Due to a change in strictness in exisdb 6.1.0 in regards to how modules can be called (exist-db PR 4274), any routing to / execution of ediarum/modules/*.xql directly leads to the error: "No function call details were provided when trying to execute a Library Module" in all versions greater than 6.0.0

This PR tries to prevent this by routing to the project-specific path instead (as it was already the case in the function.js script for json.xql, but not for load.xql and download.xql).

Disclaimer: my knowledge about ediarum, exisdtb and xquery is very limited, treat PR with care.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant