-
Notifications
You must be signed in to change notification settings - Fork 934
Fix parameter detection for custom hql method generators #2793
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
Conversation
I think that your approach is better as we preserve the guessed type in case we would need it in the future. So probably the best would be to rebase your PR to
The maybe we need to make this line configurable by extending |
I'm not sure. IMO it's too general change for patch release - as you can see I had to adjust few places to make it work (like in |
I understand, so a safer option would be to merge this one and remove its changes in your PR. |
I agree that exposing the list of methods that are eligible for this relationship finding is desirable. Otherwise, this seems a minimally adequate solution for issue #2792 |
Fix for a regression made by #2365.
Fixes #2791