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

Howard updated OPENJPA-1720:
----------------------------

    Attachment: jpa_test.zip

Reproduce case

Ant target "sql" creates SQL scripts.

The output
        CREATE TABLE Child (m_id INTEGER NOT NULL, m_val INTEGER, PRIMARY KEY 
(m_id));
should be
        CREATE TABLE Child (m_id INTEGER NOT NULL, m_val INTEGER, m_ver 
INTEGER, PRIMARY KEY (m_id));

> MappingTool does not add version column for subclass
> ----------------------------------------------------
>
>                 Key: OPENJPA-1720
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-1720
>             Project: OpenJPA
>          Issue Type: Bug
>    Affects Versions: 2.0.0
>            Reporter: Howard
>         Attachments: jpa_test.zip
>
>
> MappingTool does not add version column for subclass

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

Reply via email to