-
Notifications
You must be signed in to change notification settings - Fork 46
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
Join class does not support joining tables by non-id fields #803
Labels
Comments
mvorisek
changed the title
Join class do not support joining tables by non-id fields
Join class does not support joining tables by non-id fields
Oct 14, 2021
This was referenced Jan 7, 2022
here is a repro code: Lines 32 to 36 in f89264b
|
Currently there are these problems:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently we do not support joining tables by non-id fields because we don't know how to save records in such case.
See #802 and "Joining tables on non-id fields is not implemented yet" exception in
Join
class.The text was updated successfully, but these errors were encountered: