You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Mike Matrigali (JIRA)" <ji...@apache.org> on 2007/05/07 00:17:15 UTC

[jira] Updated: (DERBY-2145) Remove LIKE tweak from metadata.properties

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

Mike Matrigali updated DERBY-2145:
----------------------------------

    Component/s: SQL

> Remove LIKE tweak from metadata.properties
> ------------------------------------------
>
>                 Key: DERBY-2145
>                 URL: https://issues.apache.org/jira/browse/DERBY-2145
>             Project: Derby
>          Issue Type: Improvement
>          Components: SQL
>            Reporter: Bernt M. Johnsen
>            Priority: Trivial
>
> 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.