[CONJ-361] StringParameter class doesn't but should support (?) empty string Created: 2016-10-04 Updated: 2016-10-06 Resolved: 2016-10-06 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | Other |
| Affects Version/s: | 1.5.3 |
| Fix Version/s: | 1.5.4 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Dan | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
With latest version 1.5.3 I came across this stacktrace
The root cause seems to be that StringParameter doesn't handel empty strings, which I think it should. Here is e simple test case:
|
| Comments |
| Comment by Diego Dupin [ 2016-10-06 ] |
|
Correction done is available in 1.5.4-SNAPSHOT. <dependencies> A correction release will be done soon, since this issue is critical. |