Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upMySQL u32 overflow at i32::max_value() #1745
Comments
This comment has been minimized.
|
That looks strange. We have explicitly a test case testing Could you provide the sql that you used to construct your table? |
This comment has been minimized.
|
Fixing this is going to require a major version bump :\ |
added a commit
that referenced
this issue
Jun 1, 2018
added a commit
that referenced
this issue
Jun 1, 2018
sgrif
closed this
in
#1751
Jun 13, 2018
This comment has been minimized.
bpbp-boop
commented
Jun 13, 2018
|
Thanks! |
This comment has been minimized.
|
1.3.2 has been released with this change. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
bpbp-boop commentedJun 1, 2018
•
edited
Setup
Versions
Feature Flags
Problem Description
Trying to insert a u32 above i32::max_value causes an overflow and database error on MySQL
Steps to reproduce (reduced testcase)
Output
Actual SQL executed via the general log
Checklist
closed if this is not the case)