Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 3.0.3
-
Fix Version/s: 3.0.4
-
Component/s: Other
-
Labels:None
Description
I have database relationships between tables with large numbers of rows (> 2.5 billion).
The id/linked columns are defined as such:
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT
In version 2.7.5 of the driver the id is correctly returned as a 64 bit value, for example, 2384437530.
In version 3.0.3 of the driver the id is incorrectly return as a 32 bit value, same from above, -1910529766
Please let me know if I can assist with further reproduction of this issue.