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

Support SQL IN Operator #2

Closed
banyan opened this issue Jan 29, 2014 · 1 comment
Closed

Support SQL IN Operator #2

banyan opened this issue Jan 29, 2014 · 1 comment
Assignees

Comments

@banyan
Copy link
Owner

banyan commented Jan 29, 2014

Collections.fetch(where: {id: [1,2,3]})

will be

SELECT * FROM collections WHERE id IN (1,2,3);
@ghost ghost assigned banyan Jan 29, 2014
@banyan
Copy link
Owner Author

banyan commented Jan 29, 2014

done. I'll add test later.

@banyan banyan closed this as completed Jan 29, 2014
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

No branches or pull requests

1 participant