Bug #31823 | JDBC setNull throws ArrayIndexOutOfBoundsException | ||
---|---|---|---|
Submitted: | 24 Oct 2007 19:29 | Modified: | 3 Dec 2007 7:20 |
Reporter: | Larry Brunelle | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / J | Severity: | S2 (Serious) |
Version: | 5.0.8 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | JDBC setNull ArrayIndexOutOfBoundsException |
[24 Oct 2007 19:29]
Larry Brunelle
[24 Oct 2007 19:47]
Larry Brunelle
Test code was provided my Marc Gfeller.
[24 Oct 2007 21:13]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/36302
[25 Oct 2007 22:43]
Larry Brunelle
Patch tested here today and looks like good output. We are using the patched connector and await the containing release. Thank you!!
[6 Nov 2007 19:00]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/37212
[19 Nov 2007 0:57]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/38019
[19 Nov 2007 2:52]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/38024
[3 Dec 2007 7:20]
MC Brown
A note has been added to the 5.1.6 changelog: Using CallableStatement.setNull() on a stored function would throw an ArrayIndexOutOfBounds exception when setting the last parameter to null.