Mismatch between network client DatabaseMetaData and ResultSetMetaData for
BOOLEAN columns (in system tables)
-------------------------------------------------------------------------------------------------------------
Key: DERBY-2285
URL: https://issues.apache.org/jira/browse/DERBY-2285
Project: Derby
Issue Type: Bug
Components: JDBC, Network Client
Affects Versions: 10.2.2.0, 10.2.1.6, 10.1.3.1, 10.1.2.1, 10.1.1.0, 10.0.2.1
Reporter: Daniel John Debrunner
Priority: Minor
For BOOLEAN columns (which are only supported as system table columns)
DatabaseMetaData.getColumns() returns the column as BOOLEAN while
ResultSetMetaData returns the column as a SMALLINT.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.