Closed yihezkel closed 4 years ago
If there are too many records in the table to fit in an int, this cast will throw an exception. Cast to long instead to prevent this issue.
However, a more performant fix would be to instead execute a more trivial query, and will be done in the future.
Fixes:
Pull Request Description
If there are too many records in the table to fit in an int, this cast will throw an exception. Cast to long instead to prevent this issue.
However, a more performant fix would be to instead execute a more trivial query, and will be done in the future.
Future Release Comment
Fixes: