DatabaseMetaData.getProcedureColumns() returns incorrect nullability for column 
9 LENGTH
----------------------------------------------------------------------------------------

                 Key: DERBY-3342
                 URL: https://issues.apache.org/jira/browse/DERBY-3342
             Project: Derby
          Issue Type: Bug
          Components: JDBC, SQL
    Affects Versions: 10.4.0.0
            Reporter: Daniel John Debrunner


DatabaseMetaDataTest.testGetProceduresGetProcColumns asserts that column 9 
(LENGTH) is NULLABLE. (line 4364 of the test).

However the column comes directly from the internal virtual table 
GetProcedureColumns which has its length column as not nullable (line 327 of 
GetProcedureColumns.java).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to