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 "Knut Anders Hatlen (JIRA)" <ji...@apache.org> on 2009/12/14 09:22:18 UTC

[jira] Updated: (DERBY-4476) Use helper methods from IdUtil instead of TupleDescriptor.quoteProtectName()

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

Knut Anders Hatlen updated DERBY-4476:
--------------------------------------

    Attachment: d4476.diff

Here's a patch for the issue. I haven't run the regression tests yet.

> Use helper methods from IdUtil instead of TupleDescriptor.quoteProtectName()
> ----------------------------------------------------------------------------
>
>                 Key: DERBY-4476
>                 URL: https://issues.apache.org/jira/browse/DERBY-4476
>             Project: Derby
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 10.6.0.0
>            Reporter: Knut Anders Hatlen
>            Assignee: Knut Anders Hatlen
>            Priority: Trivial
>         Attachments: d4476.diff
>
>
> TupleDescriptor.quoteProtectName() duplicates functionality provided by the o.a.d.iapi.util.IdUtil class. The method should be removed, and its callers should use IdUtil.normalToDelimited() or IdUtil.mkQualifiedName() instead.

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