[CONCPP-49] ResultSetMetaData::getColumnTypeName() return incorrect type name for LONGTEXT Created: 2020-11-15 Updated: 2020-11-18 Resolved: 2020-11-15 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C++ |
| Component/s: | General |
| Affects Version/s: | 0.9.3 |
| Fix Version/s: | 0.9.4 |
| 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 |
|
It should return "type name used by the database", but in this case it is "VARCHAR". Other TEXT types are also affected. |
| Comments |
| Comment by Lawrin Novitsky [ 2020-11-15 ] |
|
Commit a9c0c85 |