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

andWhere, orWhere #94

Merged
merged 3 commits into from
Aug 9, 2023
Merged

andWhere, orWhere #94

merged 3 commits into from
Aug 9, 2023

Conversation

jindraivanek
Copy link
Contributor

@jindraivanek jindraivanek commented Aug 2, 2023

This is follow up based on discussion in #89.

Adding new custom operations: andWhere, orWhere.

They allow combine WHERE condition defined so far with new condition.

  • multiple andWhere, orWhere can be used to build complex WHERE condition
  • first andWhere, orWhere without where before it behave same way as where
  • using where after andWhere, orWhere would replace WHERE condition

It's intermediate step towards andWhereIf, orWhereIf operations, that will be in separate PR and will build on this PR.

@jindraivanek jindraivanek marked this pull request as ready for review August 2, 2023 12:43
@Dzoukr Dzoukr merged commit 7ab095e into Dzoukr:master Aug 9, 2023
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.

2 participants