[
https://issues.apache.org/jira/browse/DERBY-2145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Thomas Nielsen updated DERBY-2145:
----------------------------------
Attachment: d2145.stat
d2145.diff
Attached Bernts proposed diff for this issue now that DERBY-1231 is fixed.
> 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
> 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.