Skip to content

Support Self Joins #55

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

Merged
merged 1 commit into from
Aug 28, 2018
Merged

Support Self Joins #55

merged 1 commit into from
Aug 28, 2018

Conversation

jeffgbutler
Copy link
Member

This required removing the equals/hashCode methods from SqlTable so
tables with the same name don't get overridden in the alias map.

Resolves #54

This required removing the equals/hashCode methods from SqlTable so
tables with the same name don't get overridden in the alias map.
@jeffgbutler jeffgbutler added this to the 1.1.1 milestone Aug 28, 2018
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 91bfe5f on jeffgbutler:master into 49df3e4 on mybatis:master.

@jeffgbutler jeffgbutler merged commit ec602fe into mybatis:master Aug 28, 2018
@owen118z
Copy link

owen118z commented Jun 7, 2020

How do I use self Join in Kotlin

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.

how to self join
3 participants