Bug #50502 | J/Connector doesn't allow to insert NULL as a field value with setNull(int, int) | ||
---|---|---|---|
Submitted: | 21 Jan 2010 10:44 | Modified: | 26 Jan 2010 12:19 |
Reporter: | Alexey Malev | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | Connector / J | Severity: | S2 (Serious) |
Version: | 5.1.10 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | connector, null, string |
[21 Jan 2010 10:44]
Alexey Malev
[22 Jan 2010 13:26]
Alexey Malev
More specifically, the situation described above seems to happen only when target procedure parameter is varchar. When it is int (for example), method works fine.
[26 Jan 2010 12:19]
Alexey Malev
Not a bug, I just used stored procedure improperly.