[CONCPP-82] connect() method should not write to application's property map Created: 2021-05-10 Updated: 2021-07-21 Resolved: 2021-07-21 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C++ |
| Component/s: | General |
| Affects Version/s: | 1.0.0 |
| Fix Version/s: | 1.1.0 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Lawrin Novitsky | Assignee: | Lawrin Novitsky |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
This is true for canonical JDBC connect() method. |
| Comments |
| Comment by Lawrin Novitsky [ 2021-07-21 ] |
|
Properties parameter is const in 1.1 only. As for not actually writing to the map - that can be done in 1.0 as well |