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

Arithmetic Overflow Error with MSSQL Backend due to Integer 'id' Field Limitation #8920

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

feiticeiro-tec
Copy link

Fixes #8634

To solve the problem without causing major changes like type changes, the “sequence” was simply parameterized so that it starts with an integer at number 1, so that there are no unwanted problems caused by type changes.

Copy link

codecov bot commented Mar 22, 2024

Codecov Report

Attention: Patch coverage is 78.57143% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 79.01%. Comparing base (d74222a) to head (1a58e28).

Files Patch % Lines
celery/backends/database/models.py 78.57% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8920      +/-   ##
==========================================
- Coverage   81.26%   79.01%   -2.25%     
==========================================
  Files         150      150              
  Lines       18686    18684       -2     
  Branches     3193     2544     -649     
==========================================
- Hits        15186    14764     -422     
- Misses       3209     3634     +425     
+ Partials      291      286       -5     
Flag Coverage Δ
unittests 79.01% <78.57%> (-2.23%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@Nusnus Nusnus marked this pull request as draft May 2, 2024 21:03
@Nusnus
Copy link
Member

Nusnus commented May 2, 2024

PR Converted to Draft until it's updated and ready for review with a fully passing CI.

@auvipy auvipy self-requested a review May 4, 2024 05:50
Copy link
Member

@auvipy auvipy left a comment

Choose a reason for hiding this comment

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

also, please start with actual changes first rather then the formatting ones for easier review.

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.

Arithmetic Overflow Error with MSSQL Backend due to Integer 'id' Field Limitation
3 participants