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

ORM join is not type safe with fk is null #72

Open
apstanisic opened this issue May 14, 2023 · 0 comments
Open

ORM join is not type safe with fk is null #72

apstanisic opened this issue May 14, 2023 · 0 comments
Labels
api Relevant to API enhancement New feature or request orm Relevant to ORM

Comments

@apstanisic
Copy link
Owner

We should either have user specify if relation is nullable, or try to infer from fkField value and cross reference with fields. Second should be possible, I just do not know how hard it is.

@apstanisic apstanisic added enhancement New feature or request api Relevant to API labels May 14, 2023
@apstanisic apstanisic added the orm Relevant to ORM label May 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Relevant to API enhancement New feature or request orm Relevant to ORM
Projects
None yet
Development

No branches or pull requests

1 participant