You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Dianne Richards (JIRA)" <ji...@apache.org> on 2009/08/10 19:39:14 UTC

[jira] Assigned: (OPENJPA-1236) Finish support of delimiters other than double-quotes

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

Dianne Richards reassigned OPENJPA-1236:
----------------------------------------

    Assignee: Dianne Richards

> Finish support of delimiters other than double-quotes
> -----------------------------------------------------
>
>                 Key: OPENJPA-1236
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-1236
>             Project: OpenJPA
>          Issue Type: Improvement
>    Affects Versions: 2.0.0
>            Reporter: Dianne Richards
>            Assignee: Dianne Richards
>             Fix For: 2.0.0
>
>
> OPENJPA-1052 and OPENJPA-1115 provide 2.0 spec support for delimited identifiers. The spec requires support for double-quotes as the delimiter. Since a number of databases support other delimiters, either different than double quotes or in addition to them, it was decided to extend support to these. This was done by allowing the delimiter being used to be specified in the database specific DBDictionary.
> However, in fixing OPENJPA-1189, it is necessary to initially hard-code some double quotes in 2 Table methods, getColumn() and containsColumn(). This will be spec-compliant. Supporting other delimiters involves changing multiple chains of methods to pass in the DBDictionary. This will be handled in this JIRA.

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