[CONCPP-26] Enum Values in Interface classes should be corrected Created: 2020-08-04 Updated: 2020-08-06 Resolved: 2020-08-06 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C++ |
| Component/s: | General |
| Affects Version/s: | 0.9.2 |
| Fix Version/s: | 0.9.3 |
| 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 | ||
| Description |
|
For example bestRow* enum should be divided into 2 separate enums, while they are designated for values of 2 different fields of getBestRowIdentifier fields. Values/order of this and other enum's should be verified and fixed in accordance with this |