[CONJ-969] org.mariadb.jdbc.ClientPreparedStatement is missing a toString implementation Created: 2022-05-03 Updated: 2022-05-13 Resolved: 2022-05-13 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | Other |
| Affects Version/s: | 3.0.4 |
| Fix Version/s: | 3.0.5 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Florens Pauwels | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
It seems like org.mariadb.jdbc.ClientPreparedStatement has lost its toString implementation in the 3.0.0 rewrite. In 2.7.5, org.mariadb.jdbc.ClientSidePreparedStatement does have a toString implementation returning the sql string. This is useful for logging purposes, for example with Hibernate slow query logging: ' // 3.0.4 |