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
statement error
Reproduce: With PostgreSQL running on port 5432,
sqllogictest -p 5432 -d test -u $USER <(echo $'statement error\nselect 1;')
Expected: [FAILED]: query is expected to error but did not
[FAILED]
Actual: [OK]
[OK]
Practical usage:
statement error select power(-1, 0.5);
The text was updated successfully, but these errors were encountered:
I can reproduce. BTW, query error is correct.
query error
Sorry, something went wrong.
Thank you. Seems query error is an undocumented extension?
fix risinglightdb#181,risinglightdb#178
74218af
Signed-off-by: JackTan25 <jacktby@gmail.com>
No branches or pull requests
Reproduce:
With PostgreSQL running on port 5432,
Expected:
[FAILED]
: query is expected to error but did notActual:
[OK]
Practical usage:
The text was updated successfully, but these errors were encountered: