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 08:31:18 UTC

[jira] Updated: (DERBY-4044) Use helper methods from IdUtil to quote SQL identifiers in EmbedResultSet

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

Knut Anders Hatlen updated DERBY-4044:
--------------------------------------

    Attachment: d4044.diff

I believe the attached patch resolves this issue. Have started the regression tests.

> Use helper methods from IdUtil to quote SQL identifiers in EmbedResultSet
> -------------------------------------------------------------------------
>
>                 Key: DERBY-4044
>                 URL: https://issues.apache.org/jira/browse/DERBY-4044
>             Project: Derby
>          Issue Type: Improvement
>          Components: JDBC
>    Affects Versions: 10.5.1.1
>            Reporter: Knut Anders Hatlen
>            Priority: Trivial
>         Attachments: d4044.diff
>
>
> EmbedResultSet has two methods quoteSqlIdentifier() and getFullBaseTableName() which should be replaced with IdUtil.normalToDelimited() and IdUtil.mkQualifiedName(), respectively.

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