-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Provide a way to return a joined result #31972
Comments
@DavidThielen It looks like you are doing something similar to this: #21888, but it's a bit hard to tell. Can you post:
|
@ajcvickers Thanks for the link. I think #10753 will provide this functionality. Have to wait for version 8.0 but then we'll have it. |
Duplicate of #10753 |
@DavidThielen give 8.0.0-rc.2 a try - this is a very stable version with a go-live license; it will likely be very close to the final 8.0 version that will be released in November. |
@roji Where can I find an example or documentation on how to use this. Happy to try the RC, but need to know how and couldn't find an example of how this works. TIA. |
I want to query using FreeTextTable() where I get back a join of my model and the FreeTextTable.Rank. I have the following query:
I'd like to be able to do a
Select()
that returns a tuple of the model class (Event in my example) and the FreeTextTable.Rank value.And obviously, solve this for the general case of the returned join has a model class and other columns and so return the model object and the other column values.
The text was updated successfully, but these errors were encountered: