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
xquery version "3.1"; module namespace xbow="http://line-o.de/xq/xbow"; xbow:pluck([1, 2], 1)
to return 1
1
throws err:XPTY0004 xs:integer is not a subtype of xs:string
err:XPTY0004
run the above xquery
xbow version: 1.1.0
The text was updated successfully, but these errors were encountered:
fixed with 8247589
Sorry, something went wrong.
chore(release): 2.0.0 [skip ci]
be571a8
# [2.0.0](v1.0.0...v2.0.0) (2021-01-17) ### Bug Fixes * **xbow:** categorize[#3](#3) return type is array ([34f81a3](34f81a3)) ### Code Refactoring * rename map-reverse to map-flip ([f4660b2](f4660b2)) ### Features * **xbow:** add xbow:last ([ce76ab9](ce76ab9)) ### BREAKING CHANGES * `xbow:map-reverse` is now `xbow:map-flip`
No branches or pull requests
Expected behavior
to return
1
Actual behavior
throws
err:XPTY0004
xs:integer is not a subtype of xs:stringReproduction steps
run the above xquery
Please provide the following
xbow version: 1.1.0
The text was updated successfully, but these errors were encountered: