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

Invalid data when using unsigned integers #768

Closed
perdjurner opened this issue Apr 26, 2017 · 0 comments
Closed

Invalid data when using unsigned integers #768

perdjurner opened this issue Apr 26, 2017 · 0 comments
Labels

Comments

@perdjurner
Copy link
Contributor

perdjurner commented Apr 26, 2017

An unsigned integer can store up to 4,294,967,295 in the database (MySQL) but when using a number of 3,189,791,712 (i.e. higher than signed max but lower than unsigned max) causes the following when saving:

Invalid data 3189791712 for CFSQLTYPE CF_SQL_INTEGER.

@perdjurner perdjurner added the bug label Apr 26, 2017
perdjurner added a commit that referenced this issue Apr 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant