You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@empire-db.apache.org by "Ivan Arrizabalaga Getino (JIRA)" <em...@incubator.apache.org> on 2014/10/10 12:29:33 UTC

[jira] [Created] (EMPIREDB-214) SQLServer - wrong 'alterColumnPhrase'

Ivan Arrizabalaga Getino created EMPIREDB-214:
-------------------------------------------------

             Summary: SQLServer - wrong 'alterColumnPhrase'
                 Key: EMPIREDB-214
                 URL: https://issues.apache.org/jira/browse/EMPIREDB-214
             Project: Empire-DB
          Issue Type: Bug
          Components: Core
    Affects Versions: empire-db-2.4.3
            Reporter: Ivan Arrizabalaga Getino


After dealing with a bug for a while I've realized that the 'MSSqlDDLGenerator' forgets to modify the 'alterColumnPhrase' properly in its constructor.

Simply adding:

alterColumnPhrase=" ALTER COLUMN "; 

instead of the inherited " ALTER " would be enough.

Hope it helps!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)