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
When doing a query with nil in args, like [:query [:things {:arg1 nil}] [:field]]] I get an exception
nil
[:query [:things {:arg1 nil}] [:field]]]
Doesn't support name:
Same happens when trying to stringify types that don't stringify correctly with vectorqll.core/stringify.
vectorqll.core/stringify
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When doing a query with
nil
in args, like[:query [:things {:arg1 nil}] [:field]]]
I get an exceptionSame happens when trying to stringify types that don't stringify correctly with
vectorqll.core/stringify
.The text was updated successfully, but these errors were encountered: