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 2010/10/29 10:54:20 UTC

[jira] Closed: (DERBY-4866) Simplify SYSCS_BULK_INSERT with IdUtil.mkQualifiedName()

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

Knut Anders Hatlen closed DERBY-4866.
-------------------------------------

          Resolution: Fixed
       Fix Version/s: 10.7.1.0
    Issue & fix info:   (was: [Patch Available])

Committed revision 1028648.

> Simplify SYSCS_BULK_INSERT with IdUtil.mkQualifiedName()
> --------------------------------------------------------
>
>                 Key: DERBY-4866
>                 URL: https://issues.apache.org/jira/browse/DERBY-4866
>             Project: Derby
>          Issue Type: Improvement
>          Components: Tools
>    Affects Versions: 10.7.1.0
>            Reporter: Knut Anders Hatlen
>            Assignee: Knut Anders Hatlen
>            Priority: Trivial
>             Fix For: 10.7.1.0
>
>         Attachments: d4866.diff
>
>
> SystemProcedures.SYSCS_BULK_INSERT contains this piece of code:
>         String entityName = IdUtil.normalToDelimited(tableName);
>         if (schemaName != null) {
>             entityName =
>                     IdUtil.normalToDelimited(schemaName) + "." + entityName;
>         }
> The helper method IdUtil.mkQualifiedName() could do the exact same in one line.

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