Skip to content

Properly model nullable relationships #370

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

Merged
merged 26 commits into from
Feb 23, 2025
Merged

Conversation

sheinbergon
Copy link
Collaborator

@sheinbergon sheinbergon commented Feb 22, 2025

Fixes #276

(Changes are already covered in all of the tests, I changed one to reflect non-nullable FK column behavior difference)

@coveralls
Copy link

coveralls commented Feb 22, 2025

Coverage Status

coverage: 97.042% (+0.007%) from 97.035%
when pulling c0ff898 on sheinbergon:master
into 0b404d2 on agronholm:master.

Copy link
Owner

@agronholm agronholm left a comment

Choose a reason for hiding this comment

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

Looks generally fine, just a few nits.

sheinbergon and others added 2 commits February 23, 2025 22:13
Co-authored-by: Alex Grönholm <[email protected]>
@sheinbergon
Copy link
Collaborator Author

@agronholm I think we should be ready to merge this PR

@sheinbergon sheinbergon merged commit e5ee452 into agronholm:master Feb 23, 2025
8 checks passed
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.

Nullable relationships require Optional
3 participants