[CONJ-937] metadata getColumnTypeName wrong return type Created: 2022-03-03  Updated: 2022-03-22  Resolved: 2022-03-03

Status: Closed
Project: MariaDB Connector/J
Component/s: metadata
Affects Version/s: None
Fix Version/s: 3.0.4

Type: Bug Priority: Major
Reporter: Diego Dupin Assignee: Diego Dupin
Resolution: Fixed Votes: 0
Labels: None


 Description   

Current 3.0 implementation of ResultsetMetadata.getColumnTypeName return server data type.
TEXT datatypes are returned as BLOB datatype with charset not binary, driver returning erronous BLOB datatype.
Server provide new extended information like JSON format, UUID those are not returned.

additionally numeric unsigned value have not unsigned information (i.e. "SHORT" returned in place of "SHORT UNSIGNED")
Geometry datatype precision is lost : POINT is returned as GEOMETRY.


Generated at Thu Feb 08 03:19:25 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.