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

Implement SQL features in beam-sqlite. #698

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

amano-kenji
Copy link

This was recreated from #655 after accidentally deleting my beam fork along with other repositories.

  • T152, T152 // IS (NOT) DISTINCT FROM
  • FULL OUTER JOIN
  • SQL2003 Null Ordering
  • Common Table Expression
  • Window functions
  • Filter clause // FILTER (WHERE ...)

It closes #648

@amano-kenji
Copy link
Author

Any interest in merging this? If it is going to be merged, I would fix the conflict.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

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