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:02:18 UTC

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

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


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.


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

Posted by "Knut Anders Hatlen (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Knut Anders Hatlen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-4476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Knut Anders Hatlen closed DERBY-4476.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 10.6.0.0

All regression tests ran cleanly.
Committed revision 890345.

> 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
>             Fix For: 10.6.0.0
>
>         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.