Skip to content
New issue

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

SQLite supports full join, is not distinct from, FILTER (WHERE ...), and CTEs. #648

Open
amano-kenji opened this issue Dec 3, 2022 · 0 comments · May be fixed by #698
Open

SQLite supports full join, is not distinct from, FILTER (WHERE ...), and CTEs. #648

amano-kenji opened this issue Dec 3, 2022 · 0 comments · May be fixed by #698

Comments

@amano-kenji
Copy link

amano-kenji commented Dec 3, 2022

But, beam-sqlite backend doesn't seem to implement full join and is not distinct from and FILTER (WHERE ...) and common table expressions.

It's painful to read CASE .. WHEN .. instead of is not distinct from in generated SQL queries.

Implementing those will speed up sqlite queries.

@amano-kenji amano-kenji changed the title SQLite now supports full join and right join. SQLite now supports full join and right join and is not distinct from. Dec 16, 2022
@amano-kenji amano-kenji changed the title SQLite now supports full join and right join and is not distinct from. SQLite supports full join, is not distinct from, and FILTER (WHERE ...). Dec 17, 2022
@amano-kenji amano-kenji changed the title SQLite supports full join, is not distinct from, and FILTER (WHERE ...). SQLite supports full join, is not distinct from, FILTER (WHERE ...), and CTEs. Dec 17, 2022
@amano-kenji amano-kenji linked a pull request Jan 22, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants