[CONJ-448] QueryException: Incorrect arguments to mysqld_stmt_execute on inserting an "emptyString"-Lob with JPA Created: 2017-03-23 Updated: 2017-05-10 Resolved: 2017-04-03 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | Other |
| Affects Version/s: | 1.5.8, 1.5.9 |
| Fix Version/s: | 2.0.0-RC, 1.6.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Stefan | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Environment: |
Hibernate 5.2.8 |
||
| Description |
|
JPA-Mapping: Since version 1.5.8 persisting a new instance of 'someEntity' fails with following exception: If the property contains a filled string, the entity will be persisted successfully. |
| Comments |
| Comment by Michael Haddon [ 2017-04-02 ] |
|
I can confirm the existence of this bug. I have had to go back down to 1.5.7. |
| Comment by Diego Dupin [ 2017-04-03 ] |
|
reproduced. |
| Comment by Tomas Gustavsson [ 2017-04-07 ] |
|
Thanks for the fix, just happened to us with 1.5.9. Worked fine in 1.5.8. |