[OS-JIRA] Created: (WOL-919) Entity Modeler's Migration generation produces incorrect output

From: Ramsey Gurley (JIRA) ("Ramsey)
Date: Thu Nov 27 2008 - 13:12:51 EST

  • Next message: Anders Peterson: "Re: quoted values in entity modeler"

    Entity Modeler's Migration generation produces incorrect output
    ---------------------------------------------------------------

                     Key: WOL-919
                     URL: http://issues.objectstyle.org/jira/browse/WOL-919
                 Project: WOProject/WOLips
              Issue Type: Bug
        Affects Versions: WOLips 3.3.2.* (nightly build please specify)
                Reporter: Ramsey Gurley
                Priority: Minor

    Migration generation in entity modeler is not always producing correct output. Using ERPrototypes and a varcharLarge column with an ERXLanguages key set in the userInfo dictionary produces:

    someEntityTable.newStringColumn("varcharLargeColumn", ${attribute.width}, false);

    When it should produce:

    someEntityTable.newLocalizedStringColumns("varcharLargeColumn", 0, false);

    -- 
    This message is automatically generated by JIRA.
    -
    If you think it was sent incorrectly contact one of the administrators: http://issues.objectstyle.org/jira/secure/Administrators.jspa
    -
    For more information on JIRA, see: http://www.atlassian.com/software/jira
    



    This archive was generated by hypermail 2.0.0 : Thu Nov 27 2008 - 13:13:38 EST