[CONCPP-85] SQLString constructor from std::string should not be exported Created: 2021-06-20 Updated: 2021-06-29 Resolved: 2021-06-29 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C++ |
| Component/s: | General |
| Affects Version/s: | None |
| Fix Version/s: | 1.1.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Lawrin Novitsky | Assignee: | Lawrin Novitsky |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||||||
| Description |
|
In this way for applications constructor will exist on application's side, and thus will be safe to use on Windows, there that currently can cause crash ins some cases(like mixing of Debug and Release versions). |