Bug #12931 | getObject on int(10) primary key seems to be returing invalid value | ||
---|---|---|---|
Submitted: | 1 Sep 2005 16:15 | Modified: | 1 Sep 2005 16:21 |
Reporter: | Sam Dribin | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | Connector / J | Severity: | S2 (Serious) |
Version: | 3.1.10 | OS: | Windows (WinXP) |
Assigned to: | CPU Architecture: | Any |
[1 Sep 2005 16:15]
Sam Dribin
[1 Sep 2005 16:16]
Sam Dribin
Sorry, forgot the second table: create table test (id int NOT NULL auto_increment, primary key(id)); This works correctly.
[1 Sep 2005 16:21]
Mark Matthews
Known issue, fixed in 3.1.11, nightly snapshots are available until release of 3.1.11 at http://downloads.mysql.com/snapshots.php#connector-j (from the changelog for 3.1.11) Fixed regression caused by fix for BUG#11552 that caused driver to return incorrect values for unsigned integers when those integers where within the range of the positive signed type.