We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following query…
db:open('factbook')/mondial/country/country
…will be rewritten to an empty sequence at compile time, because the country element has no country child elements.
country
The existence checks should be enhanced to also support steps with predicates…
db:open('factbook')/mondial/country/country[@population]
…and paths within predicates:
db:open('factbook')/mondial/country[country]
The optimizations could serve as preparatory step for #2069.
The text was updated successfully, but these errors were encountered:
c7a1e74
[MOD] XQuery: Check existence of paths in predicates. Closes #2109
147d709
No branches or pull requests
The following query…
…will be rewritten to an empty sequence at compile time, because the
country
element has nocountry
child elements.The existence checks should be enhanced to also support steps with predicates…
…and paths within predicates:
The optimizations could serve as preparatory step for #2069.
The text was updated successfully, but these errors were encountered: