[ https://issues.apache.org/jira/browse/DERBY-2145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Bernt M. Johnsen resolved DERBY-2145. ------------------------------------- Resolution: Fixed Committed revision 551878. > 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: Bernt M. Johnsen > Priority: Trivial > Fix For: 10.4.0.0 > > Attachments: d2145-part-2.diff, d2145-part-2.stat, 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.