[CONCPP-74] Expose getPropertyInfo Driver method in the public interface Created: 2021-03-10 Updated: 2021-07-21 |
|
| Status: | Open |
| Project: | MariaDB Connector/C++ |
| Component/s: | General |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Lawrin Novitsky | Assignee: | Lawrin Novitsky |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
Driver class should have it in JDBC, in c/c++ it's got omitted |
| Comments |
| Comment by Lawrin Novitsky [ 2021-06-29 ] |
|
Current implementation uses std::vector, that we cannot return over dll boundaries. Thus, it requires some other type to use, and maybe is a good idea to move to 1.2 |