[CONJ-1068] ResultSetMetaData.getColumnTypeName() returns VARCHAR instead of TINYTEXT Created: 2023-04-05 Updated: 2023-04-05 |
|
| Status: | Open |
| Project: | MariaDB Connector/J |
| Component/s: | None |
| Affects Version/s: | 3.1.3 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Wenqian Deng | Assignee: | Diego Dupin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
MariaDB 10.11 |
||
| Description |
|
I've observed that when I create a table with a TINYTEXT column, the ResultSetMetaData.getColumnTypeName() method returns VARCHAR instead of TINYTEXT. This behavior seems to be intentional, as per some old reports. |