You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Mark Struberg (Jira)" <ji...@apache.org> on 2020/04/25 18:17:00 UTC

[jira] [Resolved] (OPENJPA-2807) javax.persistence.Index#columnList should strip spaces

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

Mark Struberg resolved OPENJPA-2807.
------------------------------------
    Resolution: Fixed

> javax.persistence.Index#columnList should strip spaces
> ------------------------------------------------------
>
>                 Key: OPENJPA-2807
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-2807
>             Project: OpenJPA
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 3.1.1
>            Reporter: Mark Struberg
>            Assignee: Mark Struberg
>            Priority: Major
>             Fix For: 3.1.2
>
>
> When using an @Index with multiple columns we should strip the spaces of the column names. Right now this leads to an Exception:
> The following works:
> {noformat}
> @Index(name = "IS_ADDR", columnList = "COUNTRY,BIC,CITY,STREET,HOUSENR"),
> {noformat}
> But adding spaces breaks the schema generator:
> {noformat}
> @Index(name = "IS_ADDR", columnList = "COUNTRY, BIC, CITY, STREET, HOUSENR"),
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)