Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.1.5
-
None
-
Windows
Description
sql::mariadb::ColumnType::getColumnTypeName returns names of inconsistent prefix for different types. For example, it returns "CHAR" for CHAR type, but "Types::TIMESTAMP" for TIMESTAMP type. This behavior differs from the Java connector and is very unexpected. I suggest that they shall be aligned to the Java connector, i.e., no prefix for all types.
Thank you for your report. That makes sense. The fix has been pushed. Now all type names returned by ResultSetMetaData::getColumnTypeName() without prefix "Types::"