[R2DBC-89] sessionVariable wrong parsing Created: 2023-09-13 Updated: 2023-09-15 Resolved: 2023-09-15 |
|
| Status: | Closed |
| Project: | MariaDB Connector/R2DBC |
| Component/s: | configuration |
| Affects Version/s: | None |
| Fix Version/s: | 1.2.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Diego Dupin | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | 0d | ||
| Time Spent: | 3d | ||
| Original Estimate: | Not Specified | ||
| Description |
|
When using connection string, sessionVariables option won't work when value contains comma.
won't be considered like:
but like command
|
| Comments |
| Comment by Diego Dupin [ 2023-09-15 ] |
|
sessionVariable option format is now changed from Map<String, String> to Map<String, Object> |