[ 
https://issues.apache.org/jira/browse/DERBY-2145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12509060
 ] 

Ole Solberg commented on DERBY-2145:
------------------------------------

Checkin 551124 appears to have caused 
testGetFunctionColumnsStartingWithDUMMY(org.apache.derbyTesting.functionTests.tests.jdbc4.TestDbMetaData)java.sql.SQLException:
 The parameter position '4' is out of range. The number of parameters for this 
prepared statement is '3'. 

See DERBY-2880. 

> Remove LIKE tweak from metadata.properties
> ------------------------------------------
>
>                 Key: DERBY-2145
>                 URL: https://issues.apache.org/jira/browse/DERBY-2145
>             Project: Derby
>          Issue Type: Improvement
>          Components: Newcomer, SQL
>            Reporter: Bernt M. Johnsen
>            Assignee: Thomas Nielsen
>            Priority: Trivial
>             Fix For: 10.4.0.0
>
>         Attachments: d2145.diff, d2145.stat
>
>
> The tweak in the second last line in metadata.properties:
>       AND (V."COLUMN_NAME" LIKE ? OR V."COLUMN_NAME" = ?) \
> may be changed to
>       AND V."COLUMN_NAME" LIKE ? \
> when DERBY-1231 is fixed

-- 
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