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
master
MAC M1
When a standalone call receives a parameter with incorrect type, we should throw an exception. For example:
call threads=5.6;
should error.
kuzu> call threads=5.6; (0 tuples) (0 columns) Time: 0.21ms (compiling), 0.43ms (executing)
The text was updated successfully, but these errors were encountered:
andyfengHKU
acquamarin
No branches or pull requests
Kùzu version
master
What operating system are you using?
MAC M1
What happened?
When a standalone call receives a parameter with incorrect type, we should throw an exception.
For example:
should error.
Are there known steps to reproduce?
The text was updated successfully, but these errors were encountered: