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

Retention Policy: Convert total number of deleted records to BigInteger #2962

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

AndreasMoth
Copy link
Contributor

@AndreasMoth AndreasMoth commented Feb 14, 2025

In some very rare cases, we delete more entries than can be stored in an Integer, hence I'm upgrading all the deletion fields to BigInteger to make us future proof.

Fixes AB#562945

@AndreasMoth AndreasMoth requested a review from a team as a code owner February 14, 2025 10:10
@github-actions github-actions bot added this to the Version 26.0 milestone Feb 14, 2025
@@ -56,7 +56,7 @@ table 3907 "Reten. Pol. Deleting Param"
/// <summary>
/// Indicates the maximum number of records to be deleted.
/// </summary>
field(4; "Max. Number of Rec. to Delete"; Integer)
field(4; "Max. Number of Rec. to Delete"; BigInteger)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@grobyns to confirm this is not breaking partners or at least very unlikely to do so and fine to check in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant