SynchronizeMapping ALTER TABLE ADD COLUMN fails with column already exist 
exception
-----------------------------------------------------------------------------------

                 Key: OPENJPA-1455
                 URL: https://issues.apache.org/jira/browse/OPENJPA-1455
             Project: OpenJPA
          Issue Type: Bug
          Components: jdbc
    Affects Versions: 2.0.0
            Reporter: Fay Wang
            Assignee: Fay Wang
             Fix For: 2.0.0


SynchronizeMapping ALTER TABLE ADD COLUMN fails with column already exist 
exception. The failure happens when there are multiple tables with the same 
name but in different schema. When OpenJPA detects a missing column from one 
table with schema X, it tried to to add the column to another table in default 
schema, resulting in column already exist exception. 

-- 
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