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
Check https://github.com/risingwavelabs/sqlite-sqllogictest/tree/main/test for test cases.
random/aggregates
random/expr
random/groupby
random/select
select
index/between
index/commute
index/delete
index/in
index/orderby
index/orderby_nosort
index/random
index/view
The text was updated successfully, but these errors were encountered:
One note: sqlite's default ordering is ASC NULLS FIRST (We havn't implemented it yet #4743), while pg's is ASC NULLS LAST.
ASC NULLS FIRST
ASC NULLS LAST
Sorry, something went wrong.
One note: sqlite's test files are quite large (1G). Don't check in it to our repo. 🥸
/random and /index are large. Others are OK
/random
/index
650.0 MiB /random 413.2 MiB /index 1.1 MiB select4.test 836.0 KiB select3.test 688.0 KiB select5.test 252.0 KiB select1.test 236.0 KiB select2.test 84.0 KiB /evidence
lmatz
No branches or pull requests
Check https://github.com/risingwavelabs/sqlite-sqllogictest/tree/main/test for test cases.
random/aggregates
Sqllogictest test cases #6132random/expr
Sqllogictest test cases #6133random/groupby
Sqllogictest test cases #6134random/select
Sqllogictest test cases #6138select
Sqllogictest test cases #6139index/between
Sqllogictest test cases #6140index/commute
Sqllogictest test cases #6141index/delete
Sqllogictest test cases #6142index/in
Sqllogictest test cases #6143index/orderby
Sqllogictest test cases #6135index/orderby_nosort
Sqllogictest test cases #6136index/random
Sqllogictest test casesindex/view
Sqllogictest test cases #6137The text was updated successfully, but these errors were encountered: