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

Fix deserialization of missing nullable fields #395

Merged
merged 1 commit into from
Apr 22, 2024

Conversation

jkla-dr
Copy link
Contributor

@jkla-dr jkla-dr commented Apr 20, 2024

This fixes #394 and generally provides support for deserializing nullable fields that are missing in the database due to IgnoreIfNullConvention(true) having been active at the point in time that the data was written.

Copy link
Owner

@gottscj gottscj left a comment

Choose a reason for hiding this comment

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

thanks!

@gottscj gottscj merged commit 823d80e into gottscj:master Apr 22, 2024
1 check 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.

Migration to schema Version20 fails with jobs in enqueued state
2 participants