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 functions in the "bit" extension library only handle number type arguments, using code like:
if (xop->type == XPATH_NUMBER) { ... }
They need an "else if (xop->type == XPATH_STRING) { ... }" clause.
Thanks, Phil
The text was updated successfully, but these errors were encountered:
teach bit:from-int() to accept strings (#54)
fdbcf7c
updue fix for #54
e14f3c1
e421b8c
philshafer
No branches or pull requests
The functions in the "bit" extension library only handle number type arguments, using code like:
They need an "else if (xop->type == XPATH_STRING) { ... }" clause.
Thanks,
Phil
The text was updated successfully, but these errors were encountered: