[CONJ-842] Byte array parameters are not send as long data Created: 2020-11-16 Updated: 2020-11-16 Resolved: 2020-11-16 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | Other |
| Affects Version/s: | None |
| Fix Version/s: | 2.7.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Diego Dupin | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
When using binary prepared statement implementation, byte array parameters are not send as long data |
| Comments |
| Comment by Diego Dupin [ 2020-11-16 ] |
|
Parameter that can be send as long data can now be send without COM_STMT_LONG_DATA for bulk encoding. |