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

feat(code-gen,store): remove generated where.exists #1396

Merged
merged 1 commit into from
Dec 5, 2021

Conversation

dirkdev98
Copy link
Member

This can easily be replaced with a where via.

Closes #1393

BREAKING CHANGE:

  • Removed xxxExists from being generated with the sql where clause generator. They can be replaced with viaXxx now available in the where clause generator.

This can easily be replaced with a where `via`.

Closes #1393

BREAKING CHANGE:
- Removed `xxxExists` from being generated with the sql where clause generator. They can be replaced with `viaXxx` now available in the where clause generator.
@codecov
Copy link

codecov bot commented Dec 5, 2021

Codecov Report

Merging #1396 (52d688f) into main (b382d56) will decrease coverage by 0.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@dirkdev98 dirkdev98 enabled auto-merge (squash) December 5, 2021 09:42
@dirkdev98 dirkdev98 merged commit c47880e into main Dec 5, 2021
@dirkdev98 dirkdev98 deleted the feat/remove-exists branch December 5, 2021 09:42
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.

code-gen,store: remove exists/notExists from where generator
1 participant