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

dialect/sql/sqlgraph: use selector's column instead of table's column #2060

Merged
merged 1 commit into from Oct 25, 2021

Conversation

timoha
Copy link
Contributor

@timoha timoha commented Oct 22, 2021

Allows for HasNeighbors' selector to be a generic selector instead of SelectTable.
A use case for this is doing HasNeighbors
function on materialized queries instead
of on concrete tables only.

Allows for HasNeighbors' selector to be a generic selector instead of *SelectTable.
A use case for this is doing HasNeighbors* function on materialized queries instead
of on concrete tables only.
Copy link
Member

@a8m a8m left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution @timoha! 🚀

@a8m a8m merged commit 62d64f2 into ent:master Oct 25, 2021
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.

None yet

3 participants