Bug #72700 MySQL_ResultSetMetaData::getColumnTypeName() returns UNKNOWN
Submitted: 20 May 2014 22:34 Modified: 17 Jul 2014 14:05
Reporter: Alfredo Kojima Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / C++ Severity:S3 (Non-critical)
Version:1.1.3 OS:Any
Assigned to: CPU Architecture:Any

[20 May 2014 22:34] Alfredo Kojima
Description:
MySQL_ResultSetMetaData::getColumnTypeName() returns UNKNOWN for LONG_BLOB fields.

How to repeat:
Connector to MySQL 5.7 and check the column typename for select astext(geomfromtext(\'point(10 10)\'));
It getColumnTypeName() returns UNKNOWN
[17 Jul 2014 14:05] Paul DuBois
Noted in 1.1.4 changelog.

MySQL_ResultSetMetaData::getColumnTypeName() returned UNKNOWN for
LONG_BLOB fields.