Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.1.7
-
None
-
None
Description
In issue https://mariadb.atlassian.net/browse/CONJ-45 the returned JDBC types were changed for a number of column types retrieved through ResultSetMetaData.getColumnType().
That means they no longer correspond to the types returned by DatabaseMetaData.getColumns, implemented in org.mariadb.jdbc.MySQLDatabaseMetaData.
I believe MySQLDatabaseMetaData should be changed accordingly?
Attachments
Issue Links
- relates to
-
CONJ-45 JDBC types in metadata for FLOAT and INT UNSIGNED are different than in ConnectorJ
- Closed