[ http://issues.apache.org/jira/browse/DERBY-584?page=all ]

Mike Matrigali updated DERBY-584:
---------------------------------

    Component: JDBC

> Mismatch between DatabaseMetaData and ResultSetMetaData for NUMERIC type
> ------------------------------------------------------------------------
>
>          Key: DERBY-584
>          URL: http://issues.apache.org/jira/browse/DERBY-584
>      Project: Derby
>         Type: Bug
>   Components: JDBC
>     Reporter: Rick Hillegas

>
> The Derby Reference Manual says that NUMERIC is a synonyn for DECIMAL. If you 
> create a NUMERIC column, the Derby client DatabaseMetaData reports that the 
> type is java.sql.NUMERIC. However, if you select from the table, the 
> ResultSetMetaData reports that the type is java.sql.DECIMAL.
> I don't really care what type we report. I just think we should be consistent.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to