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

Dont duplicate conditions #242

Closed
MrSwitch opened this issue Aug 4, 2022 · 1 comment · Fixed by #243
Closed

Dont duplicate conditions #242

MrSwitch opened this issue Aug 4, 2022 · 1 comment · Fixed by #243
Labels

Comments

@MrSwitch
Copy link
Member

MrSwitch commented Aug 4, 2022

Subquery conditions are being erroneously duplicated. Whilst this doesn't lead to problems it does make the SQL slightly harder to read and is redundant.

MrSwitch added a commit that referenced this issue Aug 4, 2022
fix(join): dont duplicate join conditions in subquery, fixes #242
5app-Machine added a commit that referenced this issue Aug 4, 2022
## [0.66.1](v0.66.0...v0.66.1) (2022-08-04)

### Bug Fixes

* **join:** dont duplicate join conditions in subquery, fixes [#242](#242) ([145d7e3](145d7e3))
@5app-Machine
Copy link
Contributor

🎉 This issue has been resolved in version 0.66.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants