Bug #32093 | MySqlParameter Constructor does not allow Direction of anything other than Input | ||
---|---|---|---|
Submitted: | 5 Nov 2007 0:58 | Modified: | 13 Nov 2007 11:41 |
Reporter: | John Crouch | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / NET | Severity: | S3 (Non-critical) |
Version: | 5.1.3 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | MySqlParameter, Parameter |
[5 Nov 2007 0:58]
John Crouch
[5 Nov 2007 18:14]
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/37117
[5 Nov 2007 18:16]
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/37118
[5 Nov 2007 18:21]
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/37119
[5 Nov 2007 18:21]
Reggie Burnett
Fixed in 1.0.11, 5.0.9, and 5.1.4
[13 Nov 2007 11:41]
MC Brown
A note has been added to the 1.0.11, 5.0.9 and 5.1.4 changelogs: Creation of parameter objects with non-input direction using a constructor would fail. This was cause by some old legacy code preventing their use.