[CONCPP-20] CONCPP doesn't accept all parameters in the URL Created: 2020-07-01 Updated: 2020-08-03 Resolved: 2020-08-03 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C++ |
| Component/s: | General |
| Affects Version/s: | N/A |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Anders Karlsson | Assignee: | Lawrin Novitsky |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
CentOS Linux 7.7 |
||
| Description |
|
Parameters passed in the URL when connecting are ignore, for example, this does not connect with TLS:
Whereas this does connect with TLS.
|
| Comments |
| Comment by Lawrin Novitsky [ 2020-08-03 ] |
|
Looks like setting parameters in connection string works . Even though it's not really supported in with legacy connstring format, but only in jdbc(i.e. jdbc+mariadb://) |