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

Integer data type fields should not be returning bigint's #25

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

deepwell
Copy link

@deepwell deepwell commented Nov 1, 2024

When the data type is an integer, return a number that's maximum size of 2147483647, otherwise it will overflow an integer field type.

@luisrudge luisrudge merged commit 8c15f32 into luisrudge:main Nov 1, 2024
1 check passed
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.

2 participants