-
Notifications
You must be signed in to change notification settings - Fork 11
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 full outer joins #9
Comments
@gaboelnuevo I think your idea is similar to api |
Yes is similar but the two queries are wrapped with a OR . The join function maybe can receive the type of join. What do you think? |
@gaboelnuevo I can update this api to support logic operator (OR|AND) and default is AND
What do you think? |
@mrphu3074 Sounds good to me. |
I created this extension in JS for adding this feature.
If it is of interest I can adapt to TS and do a pull request
Please check: https://gist.github.com/gaboelnuevo/51117a3124cb730c1c8650b50bf201a0
Example:
fullOuterJoin(query: RealmQuery): RealmQuery
Join queries like a full outer join
The text was updated successfully, but these errors were encountered: