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
IGNORE_ORDER
Sometimes we don't care about the order in the result. It might be caused by undetermined execution ordering etc.
Implement IGNORE_ORDER interceptor that makes the compare process ignore the different order between result lines. Like the rowsort mode in sqllogictest https://www.sqlite.org/sqllogictest/doc/trunk/about.wiki
rowsort
No response
The text was updated successfully, but these errors were encountered:
waynexia
Successfully merging a pull request may close this issue.
Describe This Problem
Sometimes we don't care about the order in the result. It might be caused by undetermined execution ordering etc.
Proposal
Implement
IGNORE_ORDER
interceptor that makes the compare process ignore the different order between result lines. Like therowsort
mode in sqllogictest https://www.sqlite.org/sqllogictest/doc/trunk/about.wikiAdditional Context
No response
The text was updated successfully, but these errors were encountered: