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

Change return type of counting methods in various DAOs from int to long #4227

Closed
fmbenhassine opened this issue Nov 8, 2022 · 0 comments
Closed

Comments

@fmbenhassine
Copy link
Contributor

As of v5.0.0-RC1, the counting methods in various DAOs (like JobInstanceDao#getJobInstanceCount and StepExecutionDao#countStepExecutions) return int instead of long, which is problematic for some DAOs implementations that use long to count records in the databases (MongoDB is such an example).

To prevent data loss while converting long to int, this issue is to change the return type of counting methods in various DAOs from int to long.

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

No branches or pull requests

1 participant