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

fix TQRootBean.exists() when used with .or() #3308

Merged
merged 2 commits into from
Jan 18, 2024
Merged

fix TQRootBean.exists() when used with .or() #3308

merged 2 commits into from
Jan 18, 2024

Conversation

Incanus3
Copy link
Contributor

No description provided.

@rbygrave rbygrave added this to the 13.25.3 milestone Jan 18, 2024
@rbygrave rbygrave added the bug label Jan 18, 2024
The .raw("contact.customer_id = customer.id") clashes as "customer.id" is
a logical path from contact
@rbygrave
Copy link
Member

Great work. I've just adjusted that test there because we had a clash with .raw("contact.customer_id = customer.id") in that customer.id is a valid logical path from Contact (the ManyToOne to customer). So changing the alias so that it didn't clash there.

@rbygrave rbygrave linked an issue Jan 18, 2024 that may be closed by this pull request
@rbygrave rbygrave merged commit 2a62d41 into ebean-orm:master Jan 18, 2024
1 check passed
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 this pull request may close these issues.

Wrong junction generated when using OR with EXISTS subquries
2 participants