-
Notifications
You must be signed in to change notification settings - Fork 171
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
Conversation
Any interest in merging this? If it is going to be merged, I would fix the conflict. |
Hey @amano-kenji , I'm happy to review and merge once you resolve the conflicts |
One major weakness of this pull request is the lack of additional tests. |
I don't use these features in SQLite, and I decided to cut non-essential coding out of my life. I may write small scripts here and there, but that's about it. Thus, I close this. |
This was recreated from #655 after accidentally deleting my beam fork along with other repositories.
FILTER (WHERE ...)
It closes #648