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 JPA nullable primitive columns #5926

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Conversation

jamesagnew
Copy link
Collaborator

A number of columns in the JPA schema use primitive types (and therefore can never have a null value) but aren't marked as non-null. This PR corrects that.

@jamesagnew jamesagnew requested a review from a team as a code owner May 11, 2024 18:52
Copy link

github-actions bot commented May 11, 2024

Formatting check succeeded!

Copy link

codecov bot commented Jun 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.44%. Comparing base (497b9f2) to head (fa3db3a).
Report is 82 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #5926      +/-   ##
============================================
+ Coverage     83.39%   83.44%   +0.05%     
- Complexity    26927    27119     +192     
============================================
  Files          1681     1694      +13     
  Lines        103965   104845     +880     
  Branches      13189    13276      +87     
============================================
+ Hits          86702    87489     +787     
- Misses        11613    11654      +41     
- Partials       5650     5702      +52     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

None yet

1 participant